append for troubleshooting purposes (#3195)
Seems like can handle, filesize with logrotate or another way manually.
This commit is contained in:
parent
f413330a1a
commit
6ec89fc432
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue