summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml140
1 files changed, 0 insertions, 140 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 33b7195b..a56d5cd2 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -94,146 +94,6 @@ warn = "[imag][{{bold level}}]: {{yellow message}}"
error = "[imag][{{red level}}]: {{red message}}"
#
-# The logging configurations for the modules of imag follow.
-#
-# Note that the `destinations` key is for _additional_ destinations to the
-# default destination in `imag.logging.destinations`, not as replacement! So
-# specifying stderr (`-`) in `imag.logging.destinations` _and_ in, for example,
-# `imag.logging.modules.libimagstore` yields each log line twice, which might
-# not be wanted behaviour.
-#
-
-[imag.logging.modules.libimagutil]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagtimeui]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimaginteraction]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagstore]
-destinations = [ "/tmp/libimagstore.log" ]
-level = "trace"
-enabled = true
-
-[imag.logging.modules.libimagrt]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagerror]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagbookmark]
-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"
-enabled = true
-
-[imag.logging.modules.libimagtimetrack]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimaglog]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagtodo]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagmail]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentryfilter]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentrycategory]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentryannotation]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentrylink]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentrytag]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentrygps]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentryedit]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentryref]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentryview]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentrymarkdown]
-destinations = []
-level = "debug"
-enabled = true
-
-[imag.logging.modules.libimagentryutil]
-destinations = []
-level = "debug"
-enabled = true
-
-#
# Configuration options for the user interface
#
[ui]