Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LOG] Change ERROR to INFO log level
### 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` Reviewers: Sijie Guo <None> This closes apache#2350 from lamber-ken/bk-improve-shell-log-level
- Loading branch information