Skip to content

Commit 9a3f11b

Browse files
authored
♻️ Log files added to archive in debug mode (#91) (#96)
1 parent 7670ef4 commit 9a3f11b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def archive(path: Path) -> Path:
6767
if filename.is_dir():
6868
continue
6969

70+
logger.debug("Adding %s to archive", filename.relative_to(path))
7071
tar.add(filename, arcname=filename.relative_to(path))
7172
file_count += 1
7273

0 commit comments

Comments
 (0)