ThereforeGames/unprompted

no debug mode in v9.4.0 of config.json

gboxentertainment opened this issue · 1 comments

Was debug mode replaced in the latest version? It's missing in config.json and adding it in does nothing.

Hi @gboxentertainment,

In v9.0.0, the debug option was removed in favor of the more-flexible log_contexts option.

The console will print RESULT, WARNING, and ERROR messages by default, but you can add DEBUG to this list if you want verbose output:

{
	"log_contexts":"RESULT,WARNING,ERROR,DEBUG"
}

I hope that helps!