This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Typo
adt/lager_use_logger-option
Andrew Thompson
6 years ago
parent
0970513d2d
commit
e53ecb0fe5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lager_logger_formatter.erl
+ 1
- 1
src/lager_logger_formatter.erl
View File
@ -22,7 +22,7 @@ do_format(Level, Msg, Metadata, Config) ->
true
-
>
{
application
:
get_env
(
lager
,
colors
,
[
]
)
,
"
\e
[0m
"
}
;
false
-
>
"
"
{
[
]
,
"
"
}
end
,
[
FormatModule
:
format
(
lager_msg
:
new
(
Msg
,
{
MegaSecs
,
Secs
,
MicroSecs
}
,
Level
,
convert_metadata
(
Metadata
)
,
[
]
)
,
maps
:
get
(
formatter_config
,
Config
,
[
]
)
,
Colors
)
,
End
]
.
Write
Preview
Loading…
Cancel
Save