send successful log to oracle

This commit is contained in:
2022-03-02 14:39:29 +01:00
parent 4333aa5977
commit f1a5fa163c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ LOG_ERROR = "ERROR"
LOG_INFO = "INFO"
LOG_APPOINTMENT_ERROR = "APPOINTMENT_ERROR"
LOG_APPOINTMENT_TIMEOUT = "TIMEOUT"
LOG_APPOINTMENT_SUCCESS = "SUCCESS"
class LogSender: