mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-17 22:34:19 +01:00
Change ENABLELOG and ENABLELOGCOMPRESS defaults to true
Fixed invalid default value for new log flags
This commit is contained in:
@@ -92,8 +92,8 @@ def start_zoraxy():
|
||||
f"-db={ getenv('DB', 'auto') }",
|
||||
f"-docker={ getenv('DOCKER', 'true') }",
|
||||
f"-earlyrenew={ getenv('EARLYRENEW', '30') }",
|
||||
f"-enablelog={ getenv('ENABLELOG', '30') }",
|
||||
f"-enablelogcompress={ getenv('ENABLELOGCOMPRESS', '30') }",
|
||||
f"-enablelog={ getenv('ENABLELOG', 'true') }",
|
||||
f"-enablelogcompress={ getenv('ENABLELOGCOMPRESS', 'true') }",
|
||||
f"-fastgeoip={ getenv('FASTGEOIP', 'false') }",
|
||||
f"-logrotate={ getenv('LOGROTATE', '0') }",
|
||||
f"-mdns={ getenv('MDNS', 'true') }",
|
||||
|
||||
Reference in New Issue
Block a user