Skip to content

Commit ddfeb97

Browse files
String cleanup
1 parent 2781dce commit ddfeb97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/fastapi_cloud_cli/commands

src/fastapi_cloud_cli/commands/logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def logs(
115115
)
116116
raise typer.Exit(1)
117117

118-
logger.debug(f"Fetching logs for app ID: {app_config.app_id}")
118+
logger.debug("Fetching logs for app ID: %s", app_config.app_id)
119119

120120
if follow:
121121
toolkit.print(

0 commit comments

Comments
 (0)