You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
C:\Users\Kruger\firstProj>python -m glhooks config.ini
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Python27\lib\site-packages\glhooks_main.py", line 33, in
main()
File "C:\Python27\lib\site-packages\glhooks_main_.py", line 29, in main
server.start(configs, args["--host"], int(args["--port"]))
File "C:\Python27\lib\site-packages\glhooks\server.py", line 22, in start
configs.logger.info("GitLab webhooks server is starting...")
File "C:\Python27\lib\site-packages\glhooks\utils.py", line 20, in decorator
setattr(self, key, getter(self))
File "C:\Python27\lib\site-packages\glhooks\config.py", line 65, in logger
return self._build_logger(self["server"]["log_file"])
KeyError: u'log_file'
Can you help me set it up at localhost (my local webserver)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had problems with making config.ini available
C:\Users\Kruger\firstProj>python -m glhooks config.ini
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Python27\lib\site-packages\glhooks_main.py", line 33, in
File "C:\Python27\lib\site-packages\glhooks_main_.py", line 29, in main
server.start(configs, args["--host"], int(args["--port"]))
File "C:\Python27\lib\site-packages\glhooks\server.py", line 22, in start
configs.logger.info("GitLab webhooks server is starting...")
File "C:\Python27\lib\site-packages\glhooks\utils.py", line 20, in decorator
setattr(self, key, getter(self))
File "C:\Python27\lib\site-packages\glhooks\config.py", line 65, in logger
return self._build_logger(self["server"]["log_file"])
KeyError: u'log_file'
Can you help me set it up at localhost (my local webserver)
The text was updated successfully, but these errors were encountered: