how come this configuration doesn't log any errors at all inside my log folder
OR THIS
I also changed the error.log file's permission to 0777
'log' => array( 'class' => 'CLogRouter', 'routes' => array( array( 'class'=>'CFileLogRoute', 'levels'=>'error, warning, info', 'categories'=>'system.*', 'logPath'=> '/export/home/sasori/branch/logs/', 'logFile'=>'error.log', ), array( 'class'=>'CWebLogRoute', 'levels'=>'info', //'categories'=>'application.*', 'showInFireBug'=>true ), ),
OR THIS
'log' => array( 'class' => 'CLogRouter', 'routes' => array( array( 'class'=>'CFileLogRoute', 'levels'=>'error, warning, info', 'categories'=>'system.*',//'application.*', 'logPath'=> '/export/home/sasori/branch/logs/', 'logFile'=>'error.log', ) ),
I also changed the error.log file's permission to 0777