Add easily configurable log levels
This commit is contained in:
@@ -10,6 +10,7 @@ VERSION = "0.0.1"
|
||||
# Load configuration
|
||||
ROBLOSECURITY = config.roblosecurity or None
|
||||
DST_DIR = config.dst_dir or './AppSettings'
|
||||
LOG_LEVEL = config.log_level or 'INFO'
|
||||
|
||||
# Collect AppSettings endpoints
|
||||
AppSettings = {
|
||||
|
||||
@@ -2,4 +2,7 @@
|
||||
roblosecurity = ""
|
||||
|
||||
# Unpacked luggage
|
||||
dst_dir = "./AppSettings"
|
||||
dst_dir = "./AppSettings"
|
||||
|
||||
# Log levels
|
||||
log_level = "INFO"
|
||||
Reference in New Issue
Block a user