I have a driver that writes alot of trace logs using WPP.
I have configured an AutoLogger registry key entry to write the events to an .etl file.
The logging session is started successfully and the file is created, but it appears that the data is flushed to disk once in a long while. Is it possible to make it flush data more often or even in real time?
I tried playing with the "Flush Timer" but based on what is written in MSDN and on the effect it had it is not what I am looking for.
Thanks.