feat: Update 4 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 1m12s
Build-Test-Publish / build (linux/arm64) (push) Successful in 3m49s

This commit is contained in:
Your Name
2025-09-01 20:05:35 +12:00
parent aea0f0f307
commit 622ea5d83d
4 changed files with 84 additions and 7 deletions

View File

@@ -39,6 +39,9 @@ class config {
std::string get_server_create_path();
std::string get_template_create_path();
std::string get_backups_path();
std::string get_log_level() const;
void apply_log_level();
private:
nlohmann::json mConfig;