Skip to content

Commit

Permalink
Update app/log/loki/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Abhishek Kumar <[email protected]>
  • Loading branch information
corverroos and xenowits authored Nov 11, 2022
1 parent c7fe697 commit cff2aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/log/loki/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
batchMax = 5 * 1 << 20 // 5MB
)

// logFunc abstract logging, since this is a logger itself.
// logFunc abstracts logging, since this is a logger itself.
type logFunc func(string, error)

// NewForT returns a new Client for testing.
Expand Down

0 comments on commit cff2aaf

Please sign in to comment.