mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Some cleanup, fixes typos and grammar errors
This commit is contained in:
parent
c5f7cf97f4
commit
f206d81afd
8 changed files with 10 additions and 9 deletions
|
@ -29,7 +29,7 @@ func (h *Hook) Levels() []logrus.Level {
|
|||
return h.AcceptedLevels
|
||||
}
|
||||
|
||||
// Fire redacts values in an log Entry that match
|
||||
// Fire redacts values in a log Entry that match
|
||||
// with keys defined in the RedactionList
|
||||
func (h *Hook) Fire(e *logrus.Entry) error {
|
||||
if err := h.initRedaction(); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue