Skip to content

Commit

Permalink
chore: filter pipemgr logs to only include access logs
Browse files Browse the repository at this point in the history
neurosnap committed Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b3374e6 commit 931fca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -152,6 +152,7 @@ services:
- ./data/prose-caddy/config:/config
labels:
pipemgr.enable: true
pipemgr.filter: "http.log.access"
depends_on:
pipemgr:
condition: service_healthy
@@ -253,6 +254,7 @@ services:
- "${PGS_HTTP_V6:-[::1]:80}:80"
labels:
pipemgr.enable: true
pipemgr.filter: "http.log.access"
depends_on:
pipemgr:
condition: service_healthy

0 comments on commit 931fca5

Please sign in to comment.