Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Add option to disable/enable all verbosity options #94

Open
terencode opened this issue Apr 21, 2018 · 2 comments
Open

Add option to disable/enable all verbosity options #94

terencode opened this issue Apr 21, 2018 · 2 comments

Comments

@terencode
Copy link
Contributor

It would be more convenient when you want to have a silent log -which most people want- without needing to replace all the 'true' by 'false'.

I think disabling all the messages should be the default (maybe keep the loading log?).

@LinuxOnTheDesktop
Copy link

How about the following?

# ==========================================================================================
# LOGGING options
# For the individual actions below: the value 'true' enables logging and 'false' disables it.
# Setting the variable called 'none' to 'true' (thus: none=true) will disable *all* logging
# (thereby overriding all the other logging options).
# ==========================================================================================

none=true

cgroup_load=false
type_load=false
rule_load=false

apply_nice=false
apply_ioclass=false
apply_ionice=false
apply_sched=false
apply_oom_score_adj=false
apply_cgroup=false

check_disks_schedulers=false

# == End of logging options ==

@francoism90
Copy link
Contributor

In case some of you question where to change this: /etc/ananicy.d/ananicy.conf

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants