1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Use different log files for each protocol

This commit is contained in:
Yang Tse 2009-11-28 05:06:19 +00:00
parent 230dc699e2
commit 1fc32d866a

View File

@ -61,7 +61,7 @@ my $certfile="$srcdir/"
. ($stuncert?"certs/$stuncert":"stunnel.pem"); # stunnel server certificate
my $pidfile="$path/.$proto.pid"; # stunnel process pid file
my $logfile="$path/log/stunnel.log"; # stunnel log file
my $logfile="$path/log/${proto}_stunnel.log"; # stunnel log file
my $loglevel=5;
my $ssltext = uc($proto) ." SSL/TLS:";