Hi, is there a way to import LogSeverity in Python using the client library. I can only find it in LogEntry. I couldn't find it in Entries for Python.
I am wondering do I need to take a reference to the LogEntry rest API to define the severity for each log_text or log_struct call. Or I can define my own severity levels.
thanks
Hi, is there a way to import
LogSeverityinPythonusing the client library. I can only find it in LogEntry. I couldn't find it in Entries forPython.I am wondering do I need to take a reference to the LogEntry rest API to define the
severityfor eachlog_textorlog_structcall. Or I can define my ownseveritylevels.thanks