Skip to content

Commit

Permalink
instant regression fix: logging level set back to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi committed Jan 28, 2025
1 parent 884428a commit c99e875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
log {
output stdout
format console
level DEBUG
level INFO
}

handle {
Expand Down Expand Up @@ -47,7 +47,7 @@
# rule_file rules/wordpress.json
ip_blacklist_file ip_blacklist.txt
dns_blacklist_file dns_blacklist.txt
log_severity debug
log_severity info
log_json
log_path debug.json
# redact_sensitive_data
Expand Down

0 comments on commit c99e875

Please sign in to comment.