Skip to content

Instantly share code, notes, and snippets.

@drifterz28
Created January 6, 2013 02:38
Show Gist options
  • Save drifterz28/4464864 to your computer and use it in GitHub Desktop.
Save drifterz28/4464864 to your computer and use it in GitHub Desktop.
log errors in log file
@ini_set('log_errors','On');
@ini_set('display_errors','Off');
@ini_set('error_log','/home/example.com/logs/php_error.log');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment