Skip to content

Commit

Permalink
Dev: Add new logger for Cint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jul 21, 2016
1 parent 12b7eef commit d5fb5a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions application/config/internal.php
Expand Up @@ -126,6 +126,13 @@
),
'profile' => array(
'class' => 'CProfileLogRoute'
),
// Log file saved in /tmp/runtime/cint.loh
'cintlog' => array(
'class' => 'CFileLogRoute',
'levels' => 'trace, info, error, warning',
'logFile' => 'cint.log',
'categories' => 'cintlink'
)
)
),
Expand Down

0 comments on commit d5fb5a5

Please sign in to comment.