Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anyone know what is the usage of Root_<Date>.log in the QDS log folder?
I have a problem that the Root_<Date>.log is very large in size (6 - 10GB). HDD is going to use up all the storage just a few days.
In normal case, it should be around 1-2MB. Last week, it suddenly become 6-10GB large. It is horrible.
When I open it, I found that the following log are generated repeatedly.
9/4/2012 00:00:00.2022336 | Information | TRACE:Exited CheckAndStartNewThread Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Exited QueueJob Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Waiting for QueueJob Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Entered QueueJob Lock. Delay:0 |
9/4/2012 00:00:00.2022336 | Information | TRACE:Waiting for CheckAndStartNewThread Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Entered CheckAndStartNewThread Lock. Delay:0 |
9/4/2012 00:00:00.2022336 | Information | TRACE:Exited CheckAndStartNewThread Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Exited QueueJob Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Waiting for QueueJob Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Entered QueueJob Lock. Delay:0 |
9/4/2012 00:00:00.2022336 | Information | TRACE:Waiting for CheckAndStartNewThread Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Entered CheckAndStartNewThread Lock. Delay:0 |
9/4/2012 00:00:00.2022336 | Information | TRACE:Exited CheckAndStartNewThread Lock |
9/4/2012 00:00:00.2022336 | Information | TRACE:Exited QueueJob Lock |
If you look in the QVDistributionService install folder (by default in C:\Program Files\QlikTech, I believe), there should be a file called QVDistributionService.exe.config. Within that file, there's a line like:
<add key="Trace" value="false" />
It's near the bottom, under a line labelled *** Extended Logging ***. Can you confirm that the value is set to false?
Michael
If you look in the QVDistributionService install folder (by default in C:\Program Files\QlikTech, I believe), there should be a file called QVDistributionService.exe.config. Within that file, there's a line like:
<add key="Trace" value="false" />
It's near the bottom, under a line labelled *** Extended Logging ***. Can you confirm that the value is set to false?
Michael
Thanks. In fact, the problem is solved already.
I have turned on the trace log per QlikTech Support which will create such a large log.