erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Add an option to disable logging #39

Closed juhana closed 5 years ago

juhana commented 5 years ago

Currently there's no way to stop Quixe from printing qlog or glkote_log debug messages (apart from disabling console.log completely) which pollutes the console if you're using it to debug something that's not Quixe-related.

erkyrath commented 5 years ago

Do you need to turn off logging entirely, or are you just annoyed by the "### done executing; path time" messages? There's a limited number of startup log messages, and I don't want to disable logging of exceptions and serious errors.

juhana commented 5 years ago

Right, I'd prefer the option to not see info-level messages like the execution time measurements.

erkyrath commented 5 years ago

Okay, I've added this as game_options.log_execution_time.