Vinayak Hegde created HBASE-29374: ------------------------------------- Summary: [Proposal] Replace System.out/System.err with Proper Logging Framework in Backup and Restore Key: HBASE-29374 URL: https://issues.apache.org/jira/browse/HBASE-29374 Project: HBase Issue Type: Brainstorming Components: backup&restore Reporter: Vinayak Hegde
Several places in the backup codeĀ use {{System.out.println()}} or {{System.err.println()}} for outputting messages. This JIRA proposes: * Replacing these with {{LOG.info()}} or {{LOG.error()}} as appropriate. * Ensuring user-facing messages intended for the terminal are clearly separated from internal logs. * Improving consistency and maintainability by using a standard logging framework. This change would make the codebase cleaner and provide better log management and diagnostics. -- This message was sent by Atlassian Jira (v8.20.10#820010)