Skip to content
Snippets Groups Projects
Commit d6eea07e authored by payno's avatar payno
Browse files

move up level for process ended

parent 1a7f73b3
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ import logging ...@@ -32,7 +32,7 @@ import logging
"""Simple definition of a log level to signal the end of processing of a box """Simple definition of a log level to signal the end of processing of a box
""" """
PROCESS_ENDED_LEVEL = 25 PROCESS_ENDED_LEVEL = 35
logging.addLevelName(PROCESS_ENDED_LEVEL, "PROCESS_ENDED") logging.addLevelName(PROCESS_ENDED_LEVEL, "PROCESS_ENDED")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment