mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 22:33:22 +00:00
fix(notify): improve webhook target diagnostics for env setup (#2810)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user