Skip to content

Commit

Permalink
adding boundary log-level debug
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Sep 12, 2024
1 parent e83e4b1 commit 596bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boundary/boundary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ After=network-online.target
[Service]
EnvironmentFile=/etc/boundary/boundary.env
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/boundary dev -api-listen-address 0.0.0.0:19200 -proxy-listen-address 0.0.0.0 -worker-public-address 0.0.0.0
ExecStart=/usr/local/bin/boundary dev -api-listen-address 0.0.0.0:19200 -proxy-listen-address 0.0.0.0 -worker-public-address 0.0.0.0 -log-level debug
KillMode=process
KillSignal=SIGINT
LimitNOFILE=65536
Expand Down

0 comments on commit 596bd8a

Please sign in to comment.