Default logger with multiple targets controlled by environment variables #3005
-
Hey there! I have taken a look at #2444 and #79. While very much related to my issue, I don't think they solve it completely, though: I would like to use the Approach A (#79): Approach B (#2444): Say I have a list of loggers:
I skip the actual logging part. I.e., by directly sinking, I skip the logic verifying the log level, right? Is there a way to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try passing the |
Beta Was this translation helpful? Give feedback.
Try passing the
message.level
andmessage.payload
to each logger.log()