summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-20 22:14:30 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-20 22:14:30 +0200
commitc0214cafd37e97c01d6718c279d5ff9c55657d4f (patch)
tree60e1942eb81778489bfc9c2a57929ce2fc9c6dfa /imagrc.toml
parente2bf6c48ef46251251febae36fe10f3e6fd849c8 (diff)
Make debug logging format more verbose
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagrc.toml b/imagrc.toml
index a59102f7..811265da 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -39,7 +39,7 @@ destinations = [ "-" ]
[imag.logging.format]
trace = "[imag][{{red level}}][{{module_path}}]: {{message}}"
-debug = "[imag][{{cyan level}}]: {{message}}"
+debug = "[imag][{{cyan level}}][{{yellow target}}]: {{message}}"
info = "[imag]: {{message}}"
warn = "[imag][{{bold level}}]: {{yellow message}}"
error = "[imag][{{red level}}]: {{red message}}"