diff --git a/config.cfg b/config.cfg index 1275a92..9d03af3 100644 --- a/config.cfg +++ b/config.cfg @@ -1,8 +1,8 @@ [common] loggerconfig = logging.conf -server = http://conductor-dev.int.d4science.net/api +server = https://conductor.dev.d4science.org/api #server = https://conductor.pre.d4science.org/api #server = http://localhost:8080/api threads = 1 pollrate = 1 -#auth = b64encoded-clientid-and-secret \ No newline at end of file +#auth = b64encoded-clientid-and-secret diff --git a/logging-docker.conf b/logging-docker.conf index 1c0cbd9..7da1a4b 100644 --- a/logging-docker.conf +++ b/logging-docker.conf @@ -8,12 +8,12 @@ keys=consoleHandler keys=simpleFormatter [logger_root] -level=INFO +level=DEBUG handlers=consoleHandler [handler_consoleHandler] class=StreamHandler -level=INFO +level=DEBUG formatter=simpleFormatter args=(sys.stdout,) diff --git a/logging.conf b/logging.conf index c4a0a76..8c832c0 100644 --- a/logging.conf +++ b/logging.conf @@ -21,7 +21,7 @@ args=(sys.stdout,) class=handlers.TimedRotatingFileHandler interval=midnight backupCount=5 -level=INFO +level=DEBUG formatter=simpleFormatter args=('worker.log',)