Traceback (most recent call last):
File "/webapps/sonar3/tekkoSONAR/../bin/gunicorn", line 11, in <module>
sys.exit(run())
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/app/wsgiapp.py", line 74, in run
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/app/base.py", line 185, in run
super(Application, self).run()
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/app/base.py", line 71, in run
Arbiter(self).run()
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/arbiter.py", line 57, in __init__
self.setup(app)
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/arbiter.py", line 88, in setup
self.log = self.cfg.logger_class(app.cfg)
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/glogging.py", line 175, in __init__
self.setup(cfg)
File "/webapps/sonar3/lib/python3.3/site-packages/gunicorn/glogging.py", line 203, in setup
disable_existing_loggers=False)
File "/usr/local/lib/python3.3/logging/config.py", line 70, in fileConfig
formatters = _create_formatters(cp)
File "/usr/local/lib/python3.3/logging/config.py", line 103, in _create_formatters
flist = cp["formatters"]["keys"]
File "/usr/local/lib/python3.3/configparser.py", line 937, in __getitem__
raise KeyError(key)
KeyError: 'formatters'