🔧 Set up logging level using /etc/ocrd_logging.py instead of "-l"

This commit is contained in:
Gerber, Mike 2020-02-07 17:51:53 +01:00
parent 5a55598d0c
commit 98aee51801

1
ocrd_logging.py Normal file
View file

@ -0,0 +1 @@
setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))