mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 03:09:06 +08:00
Update pkg/query-service/app/clickhouseReader/reader.go
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
This commit is contained in:
parent
a5388d357c
commit
baf72610d6
@ -2928,7 +2928,7 @@ func (r *ClickHouseReader) TailLogs(ctx context.Context, client *model.LogsTailC
|
||||
response := []model.GetLogsResponse{}
|
||||
err := r.db.Select(ctx, &response, tmpQuery)
|
||||
if err != nil {
|
||||
zap.S().Debug(err)
|
||||
zap.S().Error(err)
|
||||
client.Error <- err
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user