Skip to content

Commit 3f572a6

Browse files
authored
♻️ Log files added to archive in debug mode (#91)
1 parent 3267ab4 commit 3f572a6

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
@@ -68,6 +68,7 @@ def archive(path: Path) -> Path:
6868
if filename.is_dir():
6969
continue
7070

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

0 commit comments

Comments
 (0)