Skip to content

Commit

Permalink
Merge pull request #156 from Kifen/update-logging
Browse files Browse the repository at this point in the history
Improve logging on app stop
  • Loading branch information
nkryuchkov authored Feb 11, 2020
2 parents 413ee43 + b22fa3c commit 7184007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/appserver/proc_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (m *procManager) Wait(name string) error {
}

if _, err := m.pop(name); err != nil {
m.log.Debugf("Pop app: %v", err)
m.log.Debugf("Remove app <%v>: %v", name, err)
}

return err
Expand Down

0 comments on commit 7184007

Please sign in to comment.