Issue with writting to log file,
February 29, 2008 at 1:38 PM
When I tried to write to a log file using loggers, I am having a issue of creating new set of file. For an example if my initial file name is test.log, when my service restart, its creating new log file as test.log.1 and all the data is written to this new file. If there any solution to avoid that and make it to also written to my initial file.
View All Comments
| View Tutorial