Turn down logging on jwtproxy
This commit is contained in:
parent
47a52a47eb
commit
4d0627f83d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
echo 'Starting jwtproxy'
|
||||
|
||||
cd /
|
||||
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml --log-level debug
|
||||
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml
|
||||
rm /tmp/jwtproxy_secscan.sock
|
||||
|
||||
echo 'Jwtproxy exited'
|
||||
|
|
Reference in a new issue