-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust rust pwchan error severity level #6490
Comments
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR, when it should be INFO. Relates: 389ds#6490 Reviewed by: ?
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: 389ds#6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: 389ds#6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: 389ds#6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
Description: We log an info message about the pbkdf2 iterations, but the severity level is ERR. Just removing the logging for now, and it will added back later at a more appropriate location. Relates: #6490 Reviewed by: spichugi(Thanks!)
90163fb..53eb367 389-ds-base-3.0 -> 389-ds-base-3.0 |
There's already a message like this in the errors log: We need to add a similar message to the instance start-up for PBKDF2-* iterations. |
Description: This commit introduces a new macro function (log_error_ext!) to improve logging by providing a way to write a custom subsystem instead of file:line. It also modifies the handle_pbkdf2_rounds_config method to print the PBKDF2 rounds (number of iterations) on startup. Fixes: 389ds#6490 Reviewed by: ?
Issue Description
We log an info message about the pbkdf2 iterations, but the severity level is ERR, when it should be INFO.
The text was updated successfully, but these errors were encountered: