Some more misc cleanup and trying to fix the sql error, I think I've got it this time, sorta. Any time Query() is used from DB Service, it creates a new connection.
This isn't technically the best way to do this, but should prevent the issue from building up and just knocking everything offline at once.
Also added logs for text commands, improve logger status during startup to mention missing keys, etc.
Some more misc cleanup and trying to fix the sql error, I think I've got it this time, sorta. Any time Query() is used from DB Service, it creates a new connection.
This isn't technically the best way to do this, but should prevent the issue from building up and just knocking everything offline at once.
Also added logs for text commands, improve logger status during startup to mention missing keys, etc.