mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 16:28:59 +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:
|
case <-client.Done:
|
||||||
zap.S().Debug("done!")
|
zap.S().Debug("done!")
|
||||||
return
|
return
|
||||||
case <-client.Error:
|
case err := <-client.Error:
|
||||||
zap.S().Debug("error occured!")
|
zap.S().Error("error occured!", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user