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 f413330a1a
commit 6ec89fc432
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();