*fix - path to log file

This commit is contained in:
Ing. Petr Suchy 2020-02-07 15:45:00 +01:00
parent ab92c637df
commit 83953d3ba7
No known key found for this signature in database
GPG Key ID: 5BC9AFE53BB0E8A2
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ namespace {
'domain' => $domain, // gmail.com or null
'host' => $host, // talk.google.com
'port' => $port, // talk.google.com needs to have 5223 ... 5222 - CN problem - gmail.com vs talk.google.com
'log_path' => __DIR__ . '/logs/jaxl.log', // own log
'log_path' => __DIR__ . '/../../logs/jaxl.log', // own log
// force tls
'force_tls' => PSM_JABBER_FORCE_TLS,