Hynek Schlawack
Hynek Schlawack
This seems a _very_ fringe use-case. Ultimately, if you want to pass non-standard datatypes into your log entries, you have to customize dumps anyway. If you want to have non-standard...
Yes, because it’s rather unexpected that someone uses anything else than strings as keys. 😅 This use-case by itself is nothing I would want to add to the docs, since...
Looks useful I guess? 🤔 Any idea how to test that?
What exactly would be necessary for that? I have no access to a systemd system but wouldn’t it just require a convenience factory? The examples look like there is no...
Almost! :) We’re in the process of upgrading to Xenial and logging is a part of that. I hope to get around this ASAP.
heh just came back from PyCon ZA
I wonder if we should add this to http://www.structlog.org/en/stable/logging-best-practices.html?
Why ist that a problem to you? The class that replaces it is a subclass of Logger and should be fully compatible. The behavior is also documented: > Sets a...
What is it you’re trying to achieve here? A colorful ConsoleRenderer without field alignments? I’m not sure I quite understand the point, you wouldn’t put it into prod anyway?
Well I don’t know your setup, but I don’t want to have ANSI color sequences in my log files? :)