Skip to content

Instantly share code, notes, and snippets.

@d9k
Created March 17, 2015 14:03
Show Gist options
  • Save d9k/11881f1f1a5eb54768c8 to your computer and use it in GitHub Desktop.
Save d9k/11881f1f1a5eb54768c8 to your computer and use it in GitHub Desktop.
<?php
components" => [
"log" => [
"class" => "CLogRouter",
"routes" => [
[
"class" => "CFileLogRoute",
"levels" => "error, warning, notice",
"LogFile" => "yii_error.log",
"maxFileSize" => 102400,
],
//...
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment