Hi friendly fellows,
this is a spinoff from a DBW bug report.
NOTE: Don't install this mod if you're running SAS Modact 5 or later. A later version of this mod is implemented in there already.As you know, you can enable two log files in your conf.ini, one being the "event log", which basically holds all mission related messages, the other being the "console log", which holds all other information such as IL-2 game engine messages, errors and so on.
To enable the logfiles, open your conf.ini file (can be found in your IL-2 game folder) and adjust the following lines/parameters:
- Event Log:
In the [game] section, set
eventlog=eventlog.lst
Additionally, when you want to keep the log (which means it won't be cleared when you start a new mission, which in turn means the log file will be constantly growing, therefor this is not recommended) set
eventlogkeep=1
otherwise set
eventlogkeep=0
- Console Log:
In the [Console] section, set
LOG=1
and
LOGFILE=log.lst
Additionally, when you want to keep the log (which means it won't be cleared when you start a new mission, which in turn means the log file will be constantly growing, therefor this is not recommended) set
LOGKEEP=1
otherwise set
LOGKEEP=0
Last but not least if you want to see a timestamp in front of each log line, set
LOGTIME=1
otherwise set
LOGTIME=0
Now the one thing about those log files is that by default they are buffered, which means that you'll see partial contents of the logfiles only unless you quit the game, i.e. exit from IL-2, and when your game crashes, the file contents are usually truncated.
This can be annoying when you try to tackle down a specific issue which occurs only under very special circumstances, so I eventually decided to write this mod which allows you to see the logfile's contents
"in realtime", meaning that the log will be written completely while the game is running.
For advanced usage I recommend to use this in combination with some "tail" like utility, I for myself use "Tail for Win32" which can be found here for free:
http://tailforwin32.sourceforge.net/That much for the description, this is the mod. Just extract to your "#UP#", "#DBW" or "MODS" folder or whatever name your modded files folder may carry. This is tested with Stock IL-2 4.10.1m, UP3 RC4 and DBW 1.6, other game versions are untested and hence unsupported.
Go get the mod here if you like:
InstantLog v1.00Best regards - Mike
Edit Gerax:
please read here
how to post a log correctly so that no data is lost
("code" option)!
https://www.sas1946.com/main/index.php?topic=39780.0