You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Potentially I'm just blind and this already exists)
[level_map] in the config is not able to achieve this (if i'm not missing something): DEV = "BLUE" displays as BLUE
i'd want an option to print the DEV level/severity as DEV but highlighted in blue
if this is available in some of the formatting magic i'd appreciate some guidance, yet still this might be worth considering as part of the config file
The text was updated successfully, but these errors were encountered:
{"timestamp":"2024-10-11T22:54:43.113Z","level":"ABC","message":"log of the level abc"}
{"timestamp":"2024-10-11T22:54:43.113Z","level":"DEF","message":"log of the level def"}
{"timestamp":"2024-10-11T22:54:43.113Z","level":"DEF","message":"another def log"}
[log_levels]
abc = "cyan"def = "yellow"
if i understand the readme correctly, currently only these are rendered in distinct colors:
trace
debug
info
warn
error
fatal
and everything else ("XYZ" in the readme example shows that) defaults to magenta?
i'd like to customize that color
my real use case is that i have data frames for different packet types i'd like to distinctly color; doing it via the level seems like the more generally useful approach in the context of this project (though i am aware i am somewhat abusing the semantics of "level" to fit that use case)
(Potentially I'm just blind and this already exists)
[level_map]
in the config is not able to achieve this (if i'm not missing something):DEV = "BLUE"
displays asBLUE
i'd want an option to print the
DEV
level/severity asDEV
but highlighted in blueif this is available in some of the formatting magic i'd appreciate some guidance, yet still this might be worth considering as part of the config file
The text was updated successfully, but these errors were encountered: