Anyone knows how structured logging is usually implemented with SLF4J? Is there any open source already out there handling …
java logging logback slf4j structured-loggingI recently read about structured logging (here). The idea seems to be to log not by appending simple strings as …
python logging structured-logging