Feature: Shouldn't Clobber oroccess_bil

yehster wrote on Thursday, December 29, 2011:

Every time billing_process.php is executed to generate x12, or hcfa, the log file gets written to the same file
process_bills.log
Any good reason not to log to a filename that corresponds to the “batch”.  I understand that it makes the “view log” link a little more complicated, and we would probably want to provide the means to view older logs as well, but having historical records for this log seems like a good idea. 
Alternately, we could also just add an option to rename the old file before we clobber it.
-Kevin Yeh
kevin.y@integralemr.com

yehster wrote on Thursday, December 29, 2011:

The “rename process” I mention above would be automatic, so functionality would basically be the same as it is currently, except you could with access to the file system look at the old files. (would name them something like process_billing-<date>.log)