Closed strogonoff closed 2 years ago
This is another operational change I had to make because we collect logs for monitoring by writing them to an internal syslog daemon.
is development configuration separated from deployment configuration in a way that would make this logging configuration easy to isolate?
At the moment syslog configuration is in docker-compose.yml
.
Running bibxml-service locally for development requires both docker-compose.yml
and docker-compose.dev.yml
.
I think we can overwrite the logging configuration in docker-compose.dev.yml
or move syslog logging configuration to another dockerfile for production.
@kesara have a look at https://github.com/ietf-ribose/bibxml-service/pull/16 . Is this solution acceptable, or did you have anything different in mind?
@stefanomunarini Thanks, that change looks good. When you are ready make a PR against https://github.com/ietf-tools/bibxml-service.
Describe the issue
The error makes all development problematic due to inability to launch the service locally.
The error happens when container
celery
is started:I suspect it may have to do with this part of the Compose file:
Is there a new dependency that I missed that is required for this to work?
cc @kesara
Code of Conduct