Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable PostgreSQL warning logging in CI #2006

Open
mikkonie opened this issue Sep 20, 2024 · 0 comments
Open

Disable PostgreSQL warning logging in CI #2006

mikkonie opened this issue Sep 20, 2024 · 0 comments
Labels
environment Issues of dependencies, CI, deployment etc.

Comments

@mikkonie
Copy link
Contributor

Due to an issue within the iRODS server, certain actions raise there is no transaction in progress warnings in postgres. These are also visible at the end of each CI run. Not harmful but annoying especially when going through the logs for debugging something.

In docker compose this can removed with command: ["postgres", "-c", "log_min_messages=error"]. Need to figure out a similar syntax in GitHub Actions.

See also bihealth/sodar-docker-compose#17.

@mikkonie mikkonie added the environment Issues of dependencies, CI, deployment etc. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment Issues of dependencies, CI, deployment etc.
Projects
None yet
Development

No branches or pull requests

1 participant