Skip to content

Commit

Permalink
attempt postgres logging suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 20, 2024
1 parent 9779951 commit fa6998d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 10
command: ["postgres", "-c", "log_min_messages=error"]
ports:
- 5432:5432
redis:
Expand Down

0 comments on commit fa6998d

Please sign in to comment.