append for troubleshooting purposes (#3195)

Seems like can handle, filesize with logrotate or another way manually.
This commit is contained in:
Rich Breton 2018-06-26 11:47:15 -06:00 committed by FusionPBX
parent 7fe3aac2bb
commit fc2f1a70a8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
}
//save output to
$fp = fopen(sys_get_temp_dir()."/mailer-app.log", "w");
$fp = fopen(sys_get_temp_dir()."/mailer-app.log", "a");
//prepare the output buffers
ob_end_clean();