diff options
Diffstat (limited to 'plugins/app/app.go')
-rw-r--r-- | plugins/app/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/app/app.go b/plugins/app/app.go index 434c955e..ebb42631 100644 --- a/plugins/app/app.go +++ b/plugins/app/app.go @@ -60,7 +60,7 @@ func (app *App) Serve() chan error { errCh <- errors.E(errors.Op("init factory"), err) } - app.log.Debug("Started worker factory", zap.Any("relay", app.cfg.Relay), zap.Any("command", app.cfg.Command)) + app.log.Info("Started worker factory", zap.Any("relay", app.cfg.Relay), zap.Any("command", app.cfg.Command)) return errCh } |