From bac3fc46483a50ae880a2cee139075f997c4339d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 12 Sep 2018 09:43:19 -0700 Subject: fontbuild: increase logging level to WARNING --- misc/fontbuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/fontbuild') diff --git a/misc/fontbuild b/misc/fontbuild index 7a327554f..4ca3f60ba 100755 --- a/misc/fontbuild +++ b/misc/fontbuild @@ -198,7 +198,7 @@ class Main(object): def __init__(self): self.tmpdir = pjoin(BASEDIR,'build','tmp') self.quiet = False - self.logLevelName = 'ERROR' + self.logLevelName = 'WARNING' def log(self, msg): @@ -258,8 +258,8 @@ class Main(object): logging.basicConfig(level=logging.INFO) self.logLevelName = 'INFO' else: - logging.basicConfig(level=logging.ERROR) - self.logLevelName = 'ERROR' + logging.basicConfig(level=logging.WARNING) + self.logLevelName = 'WARNING' if args.chdir: os.chdir(args.chdir) -- cgit v1.2.3