rs / zerolog

Zero Allocation JSON Logger
MIT License
10.39k stars 566 forks source link

Do not colorize if not necessary #598

Closed mitar closed 11 months ago

mitar commented 11 months ago

Small cosmetic improvement. If provided color is 0, do not colorize it.

(For debug level, default level color is 0 now, so nothing really has to be done.)