0

We are getting lots of log file with GUID prefix and files size 0KB only. how can we resolve this issues.

I tried to increase the file size and file max limit, but issue still exists.

Jay
  • 1
  • We can't guess what your code does, or how logging is configured. Entlib was abandoned over a decade ago. By the time EntLib 6 was released people had already moved to logging libraries like log4net. Even people that did use EntLib won't remember its quirks – Panagiotis Kanavos Dec 02 '22 at 15:16
  • The problem isn't the log file size. I assume the application is using rolling file logging but somehow, the configuration is wrong. Entlib file logging didn't behave that way 10 years ago. The default file name would be some prefix and possibly a time component. Somehow, someone tried to use a GUID as part of the file name. Or someone added a custom log appender that has a bug – Panagiotis Kanavos Dec 02 '22 at 15:17
  • I'm voting to close because the question contains no information. I used EntLib 10 years ago. It doesn't behave like that. If the application worked fine for the last 10 years what changed? Reverse that change and it will probably work. – Panagiotis Kanavos Dec 05 '22 at 07:38

0 Answers0