Change phpCAS log file path on cas.log
Benjamin Renard

Benjamin Renard commited on 2020-12-03 14:23:37
Showing 1 changed files, with 1 additions and 1 deletions.


Because /tmp/ is not always the system one (=chrooted) and may be not writeable.
... ...
@@ -33,7 +33,7 @@ $cas_servers=array(
33 33
 $default_cas_server=key($cas_servers);
34 34
 
35 35
 // PhpCAS log file
36
-$phpCAS_logfile='/tmp/cas.log';
36
+$phpCAS_logfile='cas.log';
37 37
 
38 38
 // Local app URL (auto-detect on first acces if null)
39 39
 $service_url=null;
40 40