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'm trying to use aiologger in my service but I don't see the output of AsyncStreamHandler into $ journalctl -u my.service.
When I was running my project $ python main.py of course I could see the logger output.
What do I need to do for journalctl aio-logging?
system: ubuntu 20.04
python: 3.8
The text was updated successfully, but these errors were encountered:
I'm trying to use aiologger in my service but I don't see the output of
AsyncStreamHandler
into$ journalctl -u my.service
.When I was running my project
$ python main.py
of course I could see the logger output.What do I need to do for journalctl aio-logging?
system: ubuntu 20.04
python: 3.8
The text was updated successfully, but these errors were encountered: