write logs for inference and loader to file

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-14 16:08:32 +03:00
parent 8aa2f563a4
commit 6f297c4ebf
30 changed files with 218 additions and 140 deletions
+1
View File
@@ -30,6 +30,7 @@ venv\Scripts\pyinstaller --name=azaion-loader ^
--collect-all boto3 ^
--collect-all cryptography ^
--collect-all yaml ^
--collect-all loguru ^
--hidden-import constants ^
--hidden-import file_data ^
--hidden-import remote_command ^