Hi
Satwika,Please make sure that the .log files are in the path indicated in the configuration. For example, for the inetpub (IIS) folder, according to your configuration (C:\inetpub\logs\LogFiles\*.log) the log files should be here:
C:\inetpub\logs\LogFiles\u_ex230321.log
C:\inetpub\logs\LogFiles\u_ex230322.log
C:\inetpub\logs\LogFiles\u_ex230323.log
However, usually those IIS logs are inside folders (for example W3SVC1):
C:\inetpub\logs\LogFiles\W3SVC1\u_ex230321.log
C:\inetpub\logs\LogFiles\W3SVC1\u_ex230322.log
C:\inetpub\logs\LogFiles\W3SVC1\u_ex230323.log
So your configuration for inetpub should look similar to this:
<localfile>
<location>C:\inetpub\logs\LogFiles\W3SVC1\*.log</location>
<log_format>iis</log_format>
</localfile>
Check the other log paths in case the same thing happens since this could be the reason for the error. Also, take a look at this issue where a problem with folder wildcards in Windows is reported (if you want to make use of them):
I hope this helps you solve the problem. Let me know otherwise.
Regards,
Selu.