These two flags cause, respectively, the internal XML/SongList handler to spit out errors for things it silently skips over, and it to halt completely when encountering said errors. These flags were added and turned on to aid in finding errors in XML construction and the parser/SongList handler, but should be turned off in production as if triggered they will cause unnecessary log spam (in the case of the former) and freezes/crashes (in case of the latter).
Am not working on debugging the XML stuff anymore and have turned this flag off, and am unlikely to need to turn it back on again, so I no longer need this reminder.
These two flags cause, respectively, the internal XML/SongList handler to spit out errors for things it silently skips over, and it to halt completely when encountering said errors. These flags were added and turned on to aid in finding errors in XML construction and the parser/SongList handler, but should be turned off in production as if triggered they will cause unnecessary log spam (in the case of the former) and freezes/crashes (in case of the latter).