jsonformatter icon indicating copy to clipboard operation
jsonformatter copied to clipboard

Allow mix extra through ini file

Open lucienfregosi opened this issue 4 years ago • 12 comments

Hi thanks for your work on that log formatter.

I want to use it through an ini file but I also want to add some extra param like root.info('test file config', extra={'jobId': jobId, 'flowId': flowId})

I didn't find a way to specify inside the ini file this specific option mix_extra=True do you have an idea if it's possible ? or do I have to declare the logger inside the code for using extra option ?

Many thanks

lucienfregosi avatar Aug 20 '20 16:08 lucienfregosi