lamber-ken opened a new pull request #2350: URL: https://github.com/apache/bookkeeper/pull/2350
### Motivation When use shell command, it output nothing caused by `ERROR` level. **OLD** (output nothing) ``` bin/bookkeeper shell readlogmetadata 0 ``` **FIX** ``` bin/bookkeeper shell readlogmetadata 0 06:58:01,364 INFO Print entryLogMetadata of entrylog 0 (0.log) 06:58:01,467 INFO Failed to get ledgers map index from: 0.log : No ledgers map index found on entryLogId0 06:58:01,471 INFO --------- Lid=0, TotalSizeOfEntriesOfLedger=59 --------- ``` ### Changes - Remove duplicate definition `VERBOSECONSOLE ` - Change `ERROR` to `INFO` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
