You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
python_log_indenter is awesome, but i found out, that it does not completely mirror logging library.
Calling Logger.exception() while passing something other string raises TypeError since it is concatenated to other string.
The concatenation is in pli.py on line 475.
Example with logging logger and IndentedLoggerAdapter:
Thanks for catching this (and sorry for taking a while to get back to you. I'll take a look at it and see if I can address the issue. (it doesn't SOUND like it will be tough to fix... course that statement has gotten me into trouble before.).
Hello,
python_log_indenter is awesome, but i found out, that it does not completely mirror logging library.
Calling Logger.exception() while passing something other string raises TypeError since it is concatenated to other string.
The concatenation is in pli.py on line 475.
Example with logging logger and IndentedLoggerAdapter:
The text was updated successfully, but these errors were encountered: