From 83953d3ba7e8f561f566132f226bdeaa06f357ce Mon Sep 17 00:00:00 2001 From: "Ing. Petr Suchy" Date: Fri, 7 Feb 2020 15:45:00 +0100 Subject: [PATCH] *fix - path to log file --- src/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/functions.inc.php b/src/includes/functions.inc.php index 2b1e8883..bd1a659a 100644 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -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,