Skip to content

Commit 3a0d60e

Browse files
committed
feat(caddy): set logging level for Caddy to error level in installer
1 parent 089b6ce commit 3a0d60e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,12 @@ main() {
782782
systemctl disable caddy 2>/dev/null || true
783783

784784
cat > /var/lib/dployrd/.dployr/caddy/Caddyfile <<'EOF'
785+
{
786+
log {
787+
level ERROR
788+
}
789+
}
790+
785791
:80 {
786792
respond "dployr bootstrapping"
787793
}

0 commit comments

Comments
 (0)