michael-s-molina commented on code in PR #32699:
URL: https://github.com/apache/superset/pull/32699#discussion_r1999181237


##########
superset/commands/logs/prune.py:
##########
@@ -69,7 +69,7 @@ def run(self) -> None:
 
         total_rows = len(ids_to_delete)
 
-        logger.info("Total rows to be deleted: %s", total_rows)
+        logger.info("Total rows to be deleted: %s", f"{total_rows:,}")

Review Comment:
   I think this idea is good but it would be nice to do that as a general 
logging utility and review our logs to use the same standards. For that reason, 
I'll leave it out of the scope of this PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to