From 98aee5180143b9c4de3c8619197f95afb0b10c70 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 7 Feb 2020 17:51:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20up=20logging=20level=20usi?= =?UTF-8?q?ng=20/etc/ocrd=5Flogging.py=20instead=20of=20"-l"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocrd_logging.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 ocrd_logging.py diff --git a/ocrd_logging.py b/ocrd_logging.py new file mode 100644 index 0000000..a380b99 --- /dev/null +++ b/ocrd_logging.py @@ -0,0 +1 @@ +setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))