Commit 056ceb46 authored by Marco Mariani's avatar Marco Mariani

removed verbose message about verbosity

parent ffa69964
......@@ -71,10 +71,9 @@ class ProxyConfig(object):
self.logger.addHandler(file_handler)
self.logger.info('Configured logging to file %r' % self.log_file)
self.logger.info("Started.")
if self.verbose:
self.logger.setLevel(logging.DEBUG)
self.logger.debug("Verbose mode enabled.")
def run(config):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment