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 really love how you can just do daiquiri.setup() and then just Move On. However, as soon as I would like to change the formatting (ie. drop the process ID and log name as it's always the same) then I end up having something relatively ugly:
Hey,
I really love how you can just do
daiquiri.setup()
and then just Move On. However, as soon as I would like to change the formatting (ie. drop the process ID and log name as it's always the same) then I end up having something relatively ugly:Any ideas on making this rather common use-case a bit cleaner? (Perhaps a magic kwarg to
daiquiri.setup()
likefmt="..."
?The text was updated successfully, but these errors were encountered: