Make debug logging format more verbose
This commit is contained in:
parent
e2bf6c48ef
commit
c0214cafd3
1 changed files with 1 additions and 1 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Reference in a new issue