Const
Default logger backed by the debug package.
debug
Each level maps to a separate namespace so you can filter precisely:
DEBUG=botas:* # all levelsDEBUG=botas:info,botas:warn,botas:error # info and aboveDEBUG=botas:error # errors only Copy
DEBUG=botas:* # all levelsDEBUG=botas:info,botas:warn,botas:error # info and aboveDEBUG=botas:error # errors only
Default logger backed by the
debugpackage.Each level maps to a separate namespace so you can filter precisely: