mirror of
https://github.com/curl/curl.git
synced 2026-06-20 13:45:38 +03:00
Use different log files for each protocol
This commit is contained in:
parent
230dc699e2
commit
1fc32d866a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue