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

Commit

Permalink
Add logjam configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Oct 29, 2023
1 parent 6704c60 commit 07e0ece
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/sys.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{kernel, [
{logger, [
{handler, default, logger_std_h,
#{formatter => {logjam, #{
colored => true,
map_depth => 3,
term_depth => 50,
time_designator => $\s,
time_offset => "",
time_unit => second,
strip_tz => true,
level_capitalize => true
}}}
}
]},
{logger_level, all}
]}
].

0 comments on commit 07e0ece

Please sign in to comment.