mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Add metrics to TaskLogLevels
This commit is contained in:
parent
1e9c9919c2
commit
42f430673d
@ -19,6 +19,7 @@ class TaskLogLevels(enum.Enum, metaclass=MyEnumMeta):
|
||||
warning = 30
|
||||
info = 20
|
||||
debug = 10
|
||||
metrics = 5
|
||||
|
||||
|
||||
class TaskLogModel(db.Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user