mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 07:39:00 +08:00
log statement corrected
This commit is contained in:
parent
047227ad18
commit
d15f9a1709
@ -1955,8 +1955,8 @@ func (aH *APIHandler) tailLogs(w http.ResponseWriter, r *http.Request) {
|
||||
case <-client.Done:
|
||||
zap.S().Debug("done!")
|
||||
return
|
||||
case <-client.Error:
|
||||
zap.S().Debug("error occured!")
|
||||
case err := <-client.Error:
|
||||
zap.S().Error("error occured!", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user