Setting Timezone with tracing_subscriber in Loco #1266
-
I want to use something like
If I missed something, I apologize in advance. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Configure This hook transfers ownership of the logger initialization to you, allowing you to configure it as needed. |
Beta Was this translation helpful? Give feedback.
Configure
with_timer
from the configuration is not supported.If you need additional customization, you can use the
init_logger
hook. Learn more here.This hook transfers ownership of the logger initialization to you, allowing you to configure it as needed.