deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

BREAKING(log): remove `NOTSET` `LogLevel`

Open timreichen opened this issue 1 year ago • 1 comments

Changes This PR removes the NOTSET LogLevel.

Reasoning Instead of NOTSET loggers should be initialized with the default set LogLevel (which is INFO).

timreichen avatar Sep 28 '24 14:09 timreichen