Better handling of logs #444
swamper123
started this conversation in
Ideas
Replies: 1 comment
-
you can already do a lof of things using the python logger. set log level per file or directory in source : opcua.ua or opcua.server, etc... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a chat with @AndreasHeine this week and @oroulet mentioned the problem once as well about the flood of logs that happen in asyncio.
It would be good, if we could choose in a nice way, what logs (and from which file) we want to see (and perhaps if we want to write them directly into a file).
Beta Was this translation helpful? Give feedback.
All reactions