fix rich autodetection of TTY, USE_COLOR, SHOW_PROGRESS

This commit is contained in:
Nick Sweeting 2024-09-24 19:37:29 -07:00
parent bde0bf8263
commit 0dffbf1bb4
No known key found for this signature in database
4 changed files with 32 additions and 17 deletions

View file

@ -147,7 +147,7 @@ class CheckUserIsNotRoot(BaseCheck):
hint=f'Run ArchiveBox as a non-root user with a UID greater than 500. (currently running as UID {os.getuid()}).',
)
)
logger.debug('[√] UID is not root')
# logger.debug('[√] UID is not root')
return errors
@ -168,7 +168,7 @@ class CheckPipEnvironment(BaseCheck):
hint="Make sure the data dir is writable and make sure python3-pip and python3-venv are installed & available on the host.",
)
)
logger.debug("[√] CheckPipEnvironment: data/lib/pip virtualenv is setup properly")
# logger.debug("[√] CheckPipEnvironment: data/lib/pip virtualenv is setup properly")
return errors