1
0

Add easily configurable log levels

This commit is contained in:
2025-08-18 15:47:12 -04:00
parent 10abe03ef9
commit dda1c6800c
2 changed files with 5 additions and 1 deletions

View File

@@ -2,4 +2,7 @@
roblosecurity = ""
# Unpacked luggage
dst_dir = "./AppSettings"
dst_dir = "./AppSettings"
# Log levels
log_level = "INFO"