-
How to implement the launch of all scripts from 1.py to 5.py? And how to turn off the logs? |
Beta Was this translation helpful? Give feedback.
Answered by
rdavydov
Dec 13, 2022
Replies: 1 comment 3 replies
-
Use a shell script or a batch file. Simply put there:
logger_settings=LoggerSettings(
save=False, # If you want to save logs in a file (suggested) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rdavydov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a shell script or a batch file.
Simply put there: