fix(notify): improve webhook target diagnostics for env setup (#2810)

This commit is contained in:
houseme
2026-05-06 08:28:46 +08:00
committed by GitHub
parent 26b3aad069
commit e19b0dd997
3 changed files with 37 additions and 4 deletions
+2 -1
View File
@@ -107,7 +107,8 @@ pub async fn init_event_notifier() {
if !enabled {
info!(
target: "rustfs::main::init_event_notifier",
"Notify module is disabled, event notifier initialization is skipped. Enable the notify module first."
"Notify module is disabled, event notifier initialization is skipped. Set {}=true to enable notify initialization.",
rustfs_config::ENV_NOTIFY_ENABLE
);
return;
}