Skip to content

Commit

Permalink
Silence some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jan 19, 2024
1 parent a199f36 commit 4966d52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose/nginx/conf.d/ci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ server {
alias /srv/buildbot/galera_packages;
}

# disable polluting logs
location = /favicon.ico {
access_log off;
}
location = /robots.txt {
access_log off;
}

# show mysql error logs directly in browser
# example https://ci.mariadb.org/16646/logs/aarch64-ubuntu-2010/mysqld.2.err.4
# see https://jira.mariadb.org/browse/MDBF-250
Expand Down

0 comments on commit 4966d52

Please sign in to comment.