Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/logger

This commit is contained in:
houseme
2025-03-09 10:47:26 +08:00
13 changed files with 785 additions and 330 deletions
+2 -2
View File
@@ -282,8 +282,8 @@ async fn run(opt: config::Opt) -> Result<()> {
// init auto heal
init_auto_heal().await;
let srv_addr = format!("http://{}:{}", local_ip, server_port);
init_console_cfg(&srv_addr);
init_console_cfg(local_ip, server_port);
print_server_info();
if opt.console_enable {