add logs for timeout events
This commit is contained in:
@@ -10,6 +10,8 @@ from logs.AppLogging import init_logger
|
||||
|
||||
LOG_ERROR = "ERROR"
|
||||
LOG_INFO = "INFO"
|
||||
LOG_APPOINTMENT_ERROR = "APPOINTMENT_ERROR"
|
||||
LOG_APPOINTMENT_TIMEOUT = "TIMEOUT"
|
||||
|
||||
|
||||
class LogSender:
|
||||
|
||||
Reference in New Issue
Block a user