Mirror download job logs to stdout
This commit is contained in:
@@ -271,6 +271,10 @@ def background_workers_enabled():
|
||||
return not env_flag("ANI_CLI_WEB_DISABLE_WORKER")
|
||||
|
||||
|
||||
def job_stdout_enabled():
|
||||
return env_flag("ANI_CLI_WEB_JOB_STDOUT")
|
||||
|
||||
|
||||
def client_address_is_local(host):
|
||||
text = str(host or "").strip()
|
||||
if not text:
|
||||
|
||||
Reference in New Issue
Block a user