You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/05/28 23:03:15 UTC

[GitHub] [bookkeeper] lamber-ken opened a new pull request #2350: [LOG] Change ERROR to INFO log level

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:
users@infra.apache.org



[GitHub] [bookkeeper] sijie merged pull request #2350: [LOG] Change ERROR to INFO log level

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #2350:
URL: https://github.com/apache/bookkeeper/pull/2350


   


----------------------------------------------------------------
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:
users@infra.apache.org