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
I'm not sure what you mean; are you suggesting a change in implementation, or in usage? Right now throughout various project we mix usage of % and .format in the way in which we build messages, but it sounds like you're suggesting an implementation here. Is that so that we constrain our usages to a single style?
logging.Formatter accepts a 'style' arg, but this is not passed through in our code. I'm suggesting allowing a user to use new-style Formatters with logmuse.
right now we're using old style string formatting, but the logging Formatter can accept new-style:
https://docs.python.org/3/library/logging.html#logging.Formatter
Should we make this possible here:
logmuse/logmuse/est.py
Line 233 in a84d5b4
The text was updated successfully, but these errors were encountered: