Skip to content

Commit

Permalink
feat: add debug mode to observe-agent.yaml examples
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew committed Jun 10, 2024
1 parent a4e360f commit a2f285b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/commands/initconfig/observe-agent.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ token: {{ .Token }}
# Target Observe collection url
observe_url: {{ .ObserveURL }}

# Debug mode - Sets agent log level to debug
debug: false

host_monitoring:
enabled: {{ .HostMonitoring_Enabled }}
logs:
Expand Down
3 changes: 3 additions & 0 deletions packaging/linux/config/observe-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ token: "${OBSERVE_TOKEN}"
# Target Observe collection url
observe_url: "${OBSERVE_COLLECTION_ENDPOINT}"

# Debug mode - Sets agent log level to debug
debug: false

host_monitoring:
enabled: true
logs:
Expand Down
3 changes: 3 additions & 0 deletions packaging/windows/observe-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ token: "${OBSERVE_TOKEN}"
# Target Observe collection url
observe_url: "${OBSERVE_COLLECTION_ENDPOINT}"

# Debug mode - Sets agent log level to debug
debug: false

host_monitoring:
enabled: true
logs:
Expand Down

0 comments on commit a2f285b

Please sign in to comment.