Hello,
When i said that multiple log files are created whenever the server is restarted, i meant the additional log files, such as the error and session logging. No files are overwritten.
For example, the format for the error log name we have now is WMERROR_yyyymmdd_hhmmss.log, and every time the server is restarted a new log is created with the date and time in the log file name. This means that we can have 2 error log files with the same date and different time. What i would like to know is if we can set it so the server will add new entries to the existing log file when the date is the same, rather than make a new file.
For example, as it is now we have this situation:
- WMERROR_20111204_000000.log containing the entries starting from midnight.
- WMERROR_20111204_120000.log containing the entries starting from midday when the server was restarted.
So my question is: can the server be configured to append log entries to the first file even when it’s restarted, as long as the date remains the same?
#webMethods#Integration-Server-and-ESB#webMethods-Archive