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
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Hello!
I'm having a little problem using logzero um more than one program. I have a main program (main_logzero.py) and it imports another program (import_logzero.py).
Both pyhon files has the handle for logzero, and each one with the respective logfile.
But, when I execute the main_logzero.py, it only logs in to the main_logzero.log and the import_logzero.log is empty.
As you can see in the main_logzero.log, it's logging:
Description
Hello!
I'm having a little problem using logzero um more than one program. I have a main program (main_logzero.py) and it imports another program (import_logzero.py).
Both pyhon files has the handle for logzero, and each one with the respective logfile.
But, when I execute the main_logzero.py, it only logs in to the main_logzero.log and the import_logzero.log is empty.
As you can see in the main_logzero.log, it's logging:
But it's in the wrong file (it should be at import_logzero.log - that's empty)...
Am I doing something wrong with the logzero?
What I Did
logzero.zip
The text was updated successfully, but these errors were encountered: