mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
refactor(logging): unify governance runtime events (#3367)
This commit is contained in:
@@ -33,6 +33,30 @@ forbidden_patterns=(
|
||||
'info!("Sending event to targets: {:?}"'
|
||||
'info!("Event processing initiated for {} targets for bucket: {}"'
|
||||
'warn!("{}", notify_configuration_hint())'
|
||||
'info!("Available ARNs: {:?}"'
|
||||
'info!("Loaded notification config for bucket: {}"'
|
||||
'info!("Updated notification rules for bucket: {}"'
|
||||
'info!("Removed all notification rules for bucket: {}"'
|
||||
'info!("Audit configuration reloaded"'
|
||||
'info!("Audit system started"'
|
||||
'info!("Audit metrics reset"'
|
||||
'error!("Failed to set global observability guard: {}"'
|
||||
'error!("Failed to initialize TLS from {}: {}"'
|
||||
'error!("Server encountered an error and is shutting down: {}"'
|
||||
'error!("Failed to initialize Keystone authentication: {}"'
|
||||
'error!("new_global_notification_sys failed {:?}"'
|
||||
'info!("FTP system initialized successfully"'
|
||||
'info!("FTP system disabled"'
|
||||
'error!("Failed to initialize FTP system: {}"'
|
||||
'info!("FTPS system initialized successfully"'
|
||||
'info!("FTPS system disabled"'
|
||||
'error!("Failed to initialize FTPS system: {}"'
|
||||
'info!("WebDAV system initialized successfully"'
|
||||
'info!("WebDAV system disabled"'
|
||||
'error!("Failed to initialize WebDAV system: {}"'
|
||||
'info!("SFTP system initialized successfully"'
|
||||
'info!("SFTP system disabled"'
|
||||
'error!("Failed to initialize SFTP system: {}"'
|
||||
'warn!("prewarm_local_disk_id_map: failed to load disk id for {}: {}"'
|
||||
'info!("retrying get formats after {:?}"'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user