L0laapk3 / FactorioMaps

L0laapk3's FactorioMaps mod
https://mods.factorio.com/mod/L0laapk3_FactorioMaps
Other
121 stars 22 forks source link

Game not outputting log properly #16

Closed OvermindDL1 closed 5 years ago

OvermindDL1 commented 5 years ago

When the script launches factorio the output of factorio is being placed on a single line that is constantly overwriting itself, thus making it very difficult to see what is happening. It seems the change happened in this commit: https://github.com/L0laapk3/FactorioMaps/commit/6d0cda09aa13da0a2e6b9af2b54f11d025ecf8b6

L0laapk3 commented 5 years ago

Are you looking for more output from the game? In a recent commit I put a filter in place so it only prints game output with "warn", "err", "exc" in it. Or is the problem that that is actually being printed out but being overwritten?

OvermindDL1 commented 5 years ago

A lot of useful informational messages from some mods are being silenced, especially one that takes about 2 minutes to run (a lot of preprocessing) and so it looks like it freezes on loading during that time. An option to display without filtering would be useful, or perhaps to just filter known useless log messages instead?