Skip to content

Commit

Permalink
chore: don't log at debug level by default in piv-agent.service
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Sep 13, 2021
1 parent f6e4653 commit ab5b64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/piv-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Description=piv-agent service

[Service]
ExecStart=piv-agent serve --debug --agent-types=ssh=0;gpg=1
ExecStart=piv-agent serve --agent-types=ssh=0;gpg=1

0 comments on commit ab5b64b

Please sign in to comment.