mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Reduce logging severity for unparseable config files
This commit is contained in:
@@ -166,7 +166,7 @@ class NginxParser(object):
|
||||
except IOError:
|
||||
logging.warn("Could not open file: %s", item)
|
||||
except pyparsing.ParseException:
|
||||
logging.warn("Could not parse file: %s", item)
|
||||
logging.debug("Could not parse file: %s", item)
|
||||
return trees
|
||||
|
||||
def _set_locations(self, ssl_options):
|
||||
|
||||
Reference in New Issue
Block a user