mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
♻️ Replaced debug with exception in logger.
This commit is contained in:
@@ -301,7 +301,7 @@ def main() -> None:
|
|||||||
logger.debug(f"Download completed {app}")
|
logger.debug(f"Download completed {app}")
|
||||||
arg_parser.run(app=app)
|
arg_parser.run(app=app)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.debug(f"Failed to build {app} because of {e}")
|
logger.exception(f"Failed to build {app} because of {e}")
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user