Update logging configurations
This commit is contained in:
parent
b61547c2d1
commit
5e6eb1d249
1 changed files with 21 additions and 1 deletions
22
imagrc.toml
22
imagrc.toml
|
@ -89,6 +89,11 @@ error = "[imag][{{red level}}]: {{red message}}"
|
|||
# not be wanted behaviour.
|
||||
#
|
||||
|
||||
[imag.logging.modules.libimagnotification]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimagutil]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
|
@ -124,11 +129,21 @@ destinations = []
|
|||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimaghabit]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimagnotes]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimagcontact]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimagdiary]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
|
@ -139,6 +154,11 @@ destinations = []
|
|||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimaglog]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimagtodo]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
|
@ -204,7 +224,7 @@ destinations = []
|
|||
level = "debug"
|
||||
enabled = true
|
||||
|
||||
[imag.logging.modules.libimagentrydatetime]
|
||||
[imag.logging.modules.libimagentryutil]
|
||||
destinations = []
|
||||
level = "debug"
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue