Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Add logging line that indicates we are running with debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbranagan committed Sep 12, 2017
1 parent eeca442 commit 6f98780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func main() {
// This will log any unknown errors
initMetadataProviders(cfg)

log.Debug("Running process-agent with DEBUG logging enabled")
if opts.check != "" {
err := debugCheckResults(cfg, opts.check)
if err != nil {
Expand Down

0 comments on commit 6f98780

Please sign in to comment.