authd icon indicating copy to clipboard operation
authd copied to clipboard

Improve log message

Open adombeck opened this issue 7 months ago • 0 comments

  • Print log message with log level "notice"

    The default log level for authd is "notice", so messages with log level "info" are not displayed by default. That caused me some confusion when I added the user to a new "linux-" group in Entra, which the user wasn't added to during login and nothing showed up about it in the logs.

    The reason was that the group name contained a typo, so gpasswd couldn't find a local group of the same name. We should print a log message that's shown in the default log level when that happens.

  • Make it clearer why we're ignoring the error.

adombeck avatar May 22 '25 09:05 adombeck