Skip to content

Commit

Permalink
Add log-level to the management's docker service command (netbirdio#1820
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mlsmaycon authored Apr 9, 2024
1 parent 7d20fdd commit 45eefe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure_files/docker-compose.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ services:
command: [
"--port", "443",
"--log-file", "console",
"--log-level", "info",
"--disable-anonymous-metrics=$NETBIRD_DISABLE_ANONYMOUS_METRICS",
"--single-account-mode-domain=$NETBIRD_MGMT_SINGLE_ACCOUNT_MODE_DOMAIN",
"--dns-domain=$NETBIRD_MGMT_DNS_DOMAIN"
Expand Down

0 comments on commit 45eefe5

Please sign in to comment.