deno_std
deno_std copied to clipboard
BREAKING(log): remove `NOTSET` `LogLevel`
Changes
This PR removes the NOTSET LogLevel.
Reasoning
Instead of NOTSET loggers should be initialized with the default set LogLevel (which is INFO).