You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, libnss-aad will emit debugging messages to stdout if compiled in debug mode, but is otherwise completely silent. On-demand debugging output when in release mode would help diagnosis.
Investigate using the "log" crate, and controlling output using an environment variable (NSSAAD_VERBOSE=1 or the like). Possibly emit levels (ERR, WARN, INFO, etc) to /var/log/auth.log?
The text was updated successfully, but these errors were encountered:
At present, libnss-aad will emit debugging messages to stdout if compiled in debug mode, but is otherwise completely silent. On-demand debugging output when in release mode would help diagnosis.
Investigate using the "log" crate, and controlling output using an environment variable (
NSSAAD_VERBOSE=1
or the like). Possibly emit levels (ERR, WARN, INFO, etc) to/var/log/auth.log
?The text was updated successfully, but these errors were encountered: