use logging

This commit is contained in:
ars
2026-06-15 03:29:42 +03:00
parent 25ca35c097
commit a321d64169
7 changed files with 91 additions and 11 deletions
+2
View File
@@ -1,6 +1,8 @@
import sys
from nexus_sync.client.runtime import main
from nexus_sync.utils import configure_logging
if __name__ == "__main__":
configure_logging()
raise SystemExit(main(sys.argv[1:]))