spetz commented on code in PR #2217:
URL: https://github.com/apache/iggy/pull/2217#discussion_r2390341058
##########
core/server/src/streaming/systems/users.rs:
##########
@@ -123,7 +123,7 @@ impl System {
info!("Using the default root user credentials...");
username = Ok(DEFAULT_ROOT_USERNAME.to_string());
let generated_password = crypto::generate_secret(20..40);
- println!("Generated root user password: {generated_password}");
+ info!("Generated root user password: {generated_password}");
Review Comment:
Please, remove the info!, and use println!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]