Skip to content

Commit

Permalink
Change log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jun 3, 2020
1 parent 5899bfd commit fc22125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jetstream/plugins/kubernetes/terminal/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (k *KubeTerminal) Start(c echo.Context) error {
if !closed {
log.Errorf("Kubernetes terminal: error reading message from web socket: %+v", err)
}
log.Warn("Kube Terminal cleaning up ....")
log.Debug("Kube Terminal cleaning up ....")
k.cleanupPodAndSecret(podData)

// No point returning an error - we've already upgraded to web sockets, so we can't use the HTTP response now
Expand Down

0 comments on commit fc22125

Please sign in to comment.