Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
logging: Add a shutdown message
Browse files Browse the repository at this point in the history
Add a final log message before exiting.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Feb 23, 2018
1 parent 767f7c3 commit 6ed1319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,6 @@ func main() {
logger().Fatal(err)
return
}

logger().Debug("shutting down")
}

0 comments on commit 6ed1319

Please sign in to comment.