diff --git a/bin/v_add_dns_on_web_alias b/bin/v_add_dns_on_web_alias index 8fd171e2f..d7e02c908 100755 --- a/bin/v_add_dns_on_web_alias +++ b/bin/v_add_dns_on_web_alias @@ -75,8 +75,8 @@ fi # Vesta # #----------------------------------------------------------# -# Logging -log_history "$EVENT" -log_event "$OK" "$EVENT" +# No Logging +#log_history "$EVENT" +#log_event "$OK" "$EVENT" exit diff --git a/bin/v_backup_users b/bin/v_backup_users index b06469d1d..196cbc2e2 100755 --- a/bin/v_backup_users +++ b/bin/v_backup_users @@ -33,7 +33,7 @@ done # Vesta # #----------------------------------------------------------# -# Logging -log_event "$OK" "$EVENT" +# No Logging +#log_event "$OK" "$EVENT" exit diff --git a/bin/v_suspend_mail_account b/bin/v_suspend_mail_account index 767449085..1944612f3 100755 --- a/bin/v_suspend_mail_account +++ b/bin/v_suspend_mail_account @@ -55,7 +55,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'yes' # Logging -log_history "$EVENT" log_event "$OK" "$EVENT" exit diff --git a/bin/v_suspend_mail_accounts b/bin/v_suspend_mail_accounts index 7b81aad0e..66db6e95c 100755 --- a/bin/v_suspend_mail_accounts +++ b/bin/v_suspend_mail_accounts @@ -47,8 +47,7 @@ done # Vesta # #----------------------------------------------------------# -# Logging -log_history "$EVENT" -log_event "$OK" "$EVENT" +# No Logging +#log_event "$OK" "$EVENT" exit diff --git a/bin/v_unsuspend_mail_account b/bin/v_unsuspend_mail_account index 15a1c9298..2cf7216aa 100755 --- a/bin/v_unsuspend_mail_account +++ b/bin/v_unsuspend_mail_account @@ -56,7 +56,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'no' # Logging -log_history "$EVENT" log_event "$OK" "$EVENT" exit diff --git a/bin/v_unsuspend_mail_accounts b/bin/v_unsuspend_mail_accounts index 51c53a202..6866755cd 100755 --- a/bin/v_unsuspend_mail_accounts +++ b/bin/v_unsuspend_mail_accounts @@ -47,8 +47,7 @@ done # Vesta # #----------------------------------------------------------# -# Logging -log_history "$EVENT" -log_event "$OK" "$EVENT" +# No Logging +#log_event "$OK" "$EVENT" exit diff --git a/bin/v_update_sys_queue b/bin/v_update_sys_queue index de9150f7b..e94403adc 100755 --- a/bin/v_update_sys_queue +++ b/bin/v_update_sys_queue @@ -55,7 +55,7 @@ esac # Vesta # #----------------------------------------------------------# -# Logging -log_event "$OK" "$EVENT" +# No Logging +#log_event "$OK" "$EVENT" exit diff --git a/bin/v_update_sys_rrd b/bin/v_update_sys_rrd index d297aad9f..5f3a4491b 100755 --- a/bin/v_update_sys_rrd +++ b/bin/v_update_sys_rrd @@ -131,7 +131,7 @@ done # Vesta # #----------------------------------------------------------# -# Logging -log_event "$OK" "$EVENT" +# No Logging +#log_event "$OK" "$EVENT" exit diff --git a/bin/v_update_web_domain_stat b/bin/v_update_web_domain_stat index c2f455c75..0f47a0cc7 100755 --- a/bin/v_update_web_domain_stat +++ b/bin/v_update_web_domain_stat @@ -117,7 +117,7 @@ chown -R $user:$(groups $user| cut -f 3 -d ' ') $dir # Vesta # #----------------------------------------------------------# -# Logging -log_event "$OK" "$EVENT" +# No Logging +#log_event "$OK" "$EVENT" exit