Skip to content

Commit

Permalink
chore: do not output logs to console (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongfei605 authored Jul 19, 2024
1 parent 4cde593 commit 2f7ccd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/install/service_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ConditionFileIsExecutable={{.Path|cmdEscape}}
{{$dep}} {{end}}
[Service]
StandardOutput=journal+console
StandardError=journal+console
StandardOutput=journal
StandardError=journal
StartLimitInterval=3600
StartLimitBurst=10
ExecStart={{.Path|cmdEscape}}{{range .Arguments}} {{.|cmd}}{{end}}
Expand Down

0 comments on commit 2f7ccd9

Please sign in to comment.