subfission / cas

Simple CAS Authentication for Laravel 5 - 10.
MIT License
153 stars 72 forks source link

Where debug log file is located? #103

Closed Stehos closed 2 years ago

Stehos commented 3 years ago

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.

subfission commented 2 years ago

check this location: /tmp/phpCAS.log