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
all log.info are duplicated and all log.error and log.warn i get 3 times, for example my log output looks like this:
2024-06-08 08:58:46 - ERROR - WEB - handle_request - need more than 0 values
2024-06-08 08:58:46 - ERROR - WEB - handle_request - need more than 0 values
2024-06-08 08:58:46 - ERROR - WEB - handle_request - need more than 0 values
Hi, thanks for your great logging tool, i helps alot.
first i only used 2 handler (info, to_term and error, to_file) now i added two more to_term handlers and now i get duplicate logs on the terminal:
here my logutil.py:
from my different python tasks (i use a lot of async tasks) i get the logger like this:
all log.info are duplicated and all log.error and log.warn i get 3 times, for example my log output looks like this:
2024-06-08 08:58:46 - ERROR - WEB - handle_request - need more than 0 values
2024-06-08 08:58:46 - ERROR - WEB - handle_request - need more than 0 values
2024-06-08 08:58:46 - ERROR - WEB - handle_request - need more than 0 values
2024-06-08 08:58:51 - INFO - SMW - queue_data - TFS Event awaited
2024-06-08 08:58:51 - INFO - SMW - queue_data - TFS Event awaited
Any ideas why this is happening? Am i doing something wrong?
The text was updated successfully, but these errors were encountered: