-
Notifications
You must be signed in to change notification settings - Fork 105
Change log level in cfg and CLI #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Made some changes to put the unfound items at the top of the file. Note that even if you set the file correctly, and the REST API shows you have set the log level correctly at |
owner: "{{ splunk_nix_user }}" | ||
group: "{{ splunk_nix_group }}" | ||
mode: preserve | ||
become: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing become_user
|
|
Summary
Changes the log-level at the CLI level, then makes sure
log-local.cfg
exists, and adds or modifies the the log level in there. Requires the variablessplunk_component
andsplunk_component_log_level
provided to the task.Modified files
roles/tasks/adhoc_change_log_level.yml
README.md