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