Skip to content

Commit

Permalink
adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 4, 2024
1 parent 03cdf99 commit 21fb764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/haproxyTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const mapOfNamesIps = {};
const haproxyPrefix = `
global
maxconn 50000
log /dev/log local0
log /dev/log local1 notice
log /dev/log local0 info warning
log /dev/log local1 notice err
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners
stats timeout 30s
Expand Down

0 comments on commit 21fb764

Please sign in to comment.