Skip to content

Commit

Permalink
enabled logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gooh committed May 20, 2012
1 parent 54b1ebf commit b45f70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
return realpath(__DIR__ . '/../..' . $path);
};

ini_set('log_errors', 1);
ini_set('error_log', $appRoot('/error.log'));
ini_set('display_errors', isset($_GET['debug']));
ini_set('display_startup_errors', isset($_GET['debug']));
Expand Down

0 comments on commit b45f70d

Please sign in to comment.