Skip to content

Commit

Permalink
Merge pull request #273 from Sharpie/TK-466-log-sighup-at-info
Browse files Browse the repository at this point in the history
(TK-466) Log SIGHUP events at INFO level
  • Loading branch information
MikaelSmith committed Mar 9, 2018
2 parents a645be6 + d8c2bf7 commit e7cfb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puppetlabs/trapperkeeper/internal.clj
Expand Up @@ -302,7 +302,7 @@
(defn restart-tk-apps
"Call restart on all tk apps."
[apps]
(log/debug (i18n/trs "SIGHUP handler restarting TK apps."))
(log/info (i18n/trs "SIGHUP handler restarting TK apps."))
(doseq [app apps]
(let [{:keys [lifecycle-channel]} @(a/app-context app)
restart-fn #(a/restart app)]
Expand Down

0 comments on commit e7cfb51

Please sign in to comment.