Ema config guide says:
Scenario 2:
NumberOfLogFiles > 0; MaxLogFileSize=0
Filename #1 is created and roll over 1st file in case of restart.
So, I configuring logger like this:
<NumberOfLogFiles value="7" />
<MaxLogFileSize value="0" />
I expected that one log file will be created for each time the application (I using sample IProvider 100_MP_Streaming) start,
but actually, even though I start the application many times, contents appended to the first log file, so there is only one file.
Is my understanding wrong? How can I configure logger that creates log files for each time the application start?