a-schild / inno-thinyldap

A very thiny LDAP service for Innovaphone PBX
GNU General Public License v3.0
6 stars 0 forks source link

Option to disable logging #13

Closed theoneandonly-vector closed 6 years ago

theoneandonly-vector commented 6 years ago

Is there any option to disable logging, as it results in very big log files after some time. I'm speaking about error-log file which contains all requests and results.

a-schild commented 6 years ago

Are these two already on 0 ?

my $debug = 0; # Write more logs to logfile, set to 1 my $logTrace = 0; # Write even more logs to logfile, set to 1

theoneandonly-vector commented 6 years ago

yes the .log file also doesn't show anything. but the error-log shows all the requests & results from queries.

a-schild commented 6 years ago

The whole logging and logging levels where inconsistent. Now cleaned up in 2.4