Deactivating PHP error logging -


i noticed of php errors in xampp stored in log, has size of 500 mb already. want deactivate logging, without stopping reporting while execution. how can accomplish this?

at top of php file

ini_set('log_errors', 'off'); 

or in php.ini:

log_errors = off 

Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -