mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
append for troubleshooting purposes (#3195)
Seems like can handle, filesize with logrotate or another way manually.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user