Skip to content

Commit e30eb7d

Browse files
committed
disabled logging
1 parent b4eda88 commit e30eb7d

9 files changed

+15
-19
lines changed

bin/v_add_dns_on_web_alias

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ fi
7575
# Vesta #
7676
#----------------------------------------------------------#
7777

78-
# Logging
79-
log_history "$EVENT"
80-
log_event "$OK" "$EVENT"
78+
# No Logging
79+
#log_history "$EVENT"
80+
#log_event "$OK" "$EVENT"
8181

8282
exit

bin/v_backup_users

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ done
3333
# Vesta #
3434
#----------------------------------------------------------#
3535

36-
# Logging
37-
log_event "$OK" "$EVENT"
36+
# No Logging
37+
#log_event "$OK" "$EVENT"
3838

3939
exit

bin/v_suspend_mail_account

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
5555
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'yes'
5656

5757
# Logging
58-
log_history "$EVENT"
5958
log_event "$OK" "$EVENT"
6059

6160
exit

bin/v_suspend_mail_accounts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ done
4747
# Vesta #
4848
#----------------------------------------------------------#
4949

50-
# Logging
51-
log_history "$EVENT"
52-
log_event "$OK" "$EVENT"
50+
# No Logging
51+
#log_event "$OK" "$EVENT"
5352

5453
exit

bin/v_unsuspend_mail_account

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
5656
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'no'
5757

5858
# Logging
59-
log_history "$EVENT"
6059
log_event "$OK" "$EVENT"
6160

6261
exit

bin/v_unsuspend_mail_accounts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ done
4747
# Vesta #
4848
#----------------------------------------------------------#
4949

50-
# Logging
51-
log_history "$EVENT"
52-
log_event "$OK" "$EVENT"
50+
# No Logging
51+
#log_event "$OK" "$EVENT"
5352

5453
exit

bin/v_update_sys_queue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ esac
5555
# Vesta #
5656
#----------------------------------------------------------#
5757

58-
# Logging
59-
log_event "$OK" "$EVENT"
58+
# No Logging
59+
#log_event "$OK" "$EVENT"
6060

6161
exit

bin/v_update_sys_rrd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ done
131131
# Vesta #
132132
#----------------------------------------------------------#
133133

134-
# Logging
135-
log_event "$OK" "$EVENT"
134+
# No Logging
135+
#log_event "$OK" "$EVENT"
136136

137137
exit

bin/v_update_web_domain_stat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ chown -R $user:$(groups $user| cut -f 3 -d ' ') $dir
117117
# Vesta #
118118
#----------------------------------------------------------#
119119

120-
# Logging
121-
log_event "$OK" "$EVENT"
120+
# No Logging
121+
#log_event "$OK" "$EVENT"
122122

123123
exit

0 commit comments

Comments
 (0)