pakket icon indicating copy to clipboard operation
pakket copied to clipboard

Improving CLI logging with new Log::Any interface

Open xsawyerx opened this issue 8 years ago • 0 comments

Log::Any finally added structured logging.

I wanted this to be available to send to the logger more information. Specifically. I wanted to know whether the logger should die (which we can now do), and we can define whether we're using CLI or not for the level indicators.

An example of my workaround can be found in 89ddff9f23c0ffd810af06cbe0481556e837b3df.

xsawyerx avatar Sep 26 '17 18:09 xsawyerx