Logging made better part 2
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"startup":"Starting with pid {0}",
|
||||
"keyboard_interrupt": "\nShutting down...",
|
||||
"exception_occured": "Exception {0} happened on task execution",
|
||||
"post_exception": "Could not send content due to {0}\nTraceback: {1}",
|
||||
"post_sent": "Sent {0} of type {1} to {2} with caption {3} and silently {4}",
|
||||
"post_exception": "Could not send content due to {0}. Traceback: {1}",
|
||||
"post_empty": "Could not send content due to queue folder empty with allowed extensions",
|
||||
"deps_missing": "Required modules are not installed. Run 'pip3 install -r requirements.txt' and restart the program.",
|
||||
"passed_norun": "Argument --norun passed, not running the main script",
|
||||
|
Reference in New Issue
Block a user