diff options
| author | 2012-01-26 07:24:55 +0000 | |
|---|---|---|
| committer | 2012-01-26 07:24:55 +0000 | |
| commit | ab7846c231fe0789e5a000ac7f676e53ea9ea65f (patch) | |
| tree | 8e24a4c51b57fd0e350ff43f5a179fd7abf96311 /modules | |
| parent | 871d5d6a3f6d77bc4906f585c51f0e22c8e62483 (diff) | |
disable mysql channel logging
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mysql.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mysql.pl b/modules/mysql.pl index e5470bb..23f9dae 100644 --- a/modules/mysql.pl +++ b/modules/mysql.pl @@ -63,6 +63,7 @@ sub record #FIXME: This function is shit. Also, it doesn't work like I want it to with mode. sub logg { + return; #Disabling logging of individual stuff to mysql. no point. my $self = shift; my ($event) = @_; my $dbh = $self->{DBH_LOG}; |
