I want to printout my fax log every night. But I notice that every 15 minutes there are entries such as:
** 0941 EST 31 Dec 2008 **
** 0956 EST 31 Dec 2008 **
** 1011 EST 31 Dec 2008 **
This makes the log pages long. Is there a way I can stop it, even if it means editing the fax script or wherever the polling occurs and the results are sent to the log?
Many thanks,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can stop it, but I am afraid you would need to amend the source code and recompile. You would need to omit everything in the function Logger::logfile_timer_impl() (lines 363 to 389 in logger.cpp) except the line "logfile.flush();"
I may include this as an option from the settings dialog for the future. I will give it a little thought.
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to printout my fax log every night. But I notice that every 15 minutes there are entries such as:
** 0941 EST 31 Dec 2008 **
** 0956 EST 31 Dec 2008 **
** 1011 EST 31 Dec 2008 **
This makes the log pages long. Is there a way I can stop it, even if it means editing the fax script or wherever the polling occurs and the results are sent to the log?
Many thanks,
David
Hi David,
You can stop it, but I am afraid you would need to amend the source code and recompile. You would need to omit everything in the function Logger::logfile_timer_impl() (lines 363 to 389 in logger.cpp) except the line "logfile.flush();"
I may include this as an option from the settings dialog for the future. I will give it a little thought.
Chris
Hi Chris,
Many thanks -- I will recompile it.
David