add logs for timeout events

This commit is contained in:
2022-03-01 18:16:33 +01:00
parent 2832922566
commit 75f31f3b8a
4 changed files with 10 additions and 3 deletions
+2
View File
@@ -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: