Skip to content

Commit

Permalink
Log notice level messages by default
Browse files Browse the repository at this point in the history
We want users to see notice level messages, which are used for important
events that may require special handling.
  • Loading branch information
adombeck committed Jan 28, 2025
1 parent f76f406 commit f57406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
TEXTDOMAIN = "adsys"

// DefaultLogLevel is the default logging level selected without any option.
DefaultLogLevel = log.WarnLevel
DefaultLogLevel = log.NoticeLevel

// DefaultSocketPath is the default socket path.
DefaultSocketPath = "/run/authd.sock"
Expand Down

0 comments on commit f57406d

Please sign in to comment.