Skip to content

Commit

Permalink
baisse le niveau de log d'un message
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Squelbut committed Sep 18, 2023
1 parent 171388d commit d6112c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wekanUsers.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func checkNativeUsers(wekan libwekan.Wekan, _ Users) error {
activeUserBoards := selectSlice(boards, func(board libwekan.Board) bool { return board.UserIsActiveMember(user) && board.Slug != "templates" })
activeUserBoardSlugs := mapSlice(activeUserBoards, func(board libwekan.Board) libwekan.BoardSlug { return board.Slug })
logContext.AddAny("boards", activeUserBoardSlugs)
logger.Warn("utilisateur standard actif", logContext)
logger.Info("utilisateur standard actif", logContext)
}
}
return nil
Expand Down

0 comments on commit d6112c8

Please sign in to comment.