lyoneel / factorio-lydevgui

LyDevGUI - Lyoneel's entities GUI - shows internal definition of targeted objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.2.1 Excessive log() calls

Nexela opened this issue · comments

Hopefully just a debug thing but printing that much stuff to the log can make using the log hard

not to mention and a few hours of playing the logfile size will be huge.

take a look at game.write_file() for writing to a log file for your mod.

that was because a i forgot to change logging variable, ill add logic to release script for that, as a workaround you can change value from .libraries/lyconstants.lua (line 28)

e730ec9

added to create-release.sh script, it will never happen again.