vinayakphegde commented on PR #7007:
URL: https://github.com/apache/hbase/pull/7007#issuecomment-2936243821

   > One more thing, do you think a lot of these `System.err/out.println()` 
statements can be replaced with `LOG.info/error()`? I know we want to give some 
feedback to the user via the Terminal, but it seems like a lot of these 
messages should go to the log (like the messages in 
`BackupCommands.updateBackupTableStartTimes()`, `BackupCommands. 
deleteOldWALFiles()`, etc.)
   Good point. we have lot of println lines everywhere in backup and restore 
code. let me create a new Jira to address this issue.
   


-- 
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]

Reply via email to