cas
cas copied to clipboard
Where debug log file is located?
Hi guys, please could you help me to find the location of cas log?
In config/cas.php I have the following:
/*
|--------------------------------------------------------------------------
| Enable PHPCas Debug Mode
| Options are:
| 1) true (defaults logfile creation to /tmp/phpCAS.log)
| 2) 'path/to/logfile'
| 3) false
|--------------------------------------------------------------------------
*/
'cas_debug' => 'storage/logs/testCAS.log',
/*
|--------------------------------------------------------------------------
| Enable Verbose error messages. Not recommended for production.
| true | false
|--------------------------------------------------------------------------
*/
'cas_verbose_errors' => env('CAS_VERBOSE_ERRORS', false),
But the log file will not be created. I tried to do many changes but without result.
Thank you.
check this location: /tmp/phpCAS.log