forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Customize geth logging - add ability to use both stderr and stdout (e…
…thereum#87) * Add a command-line flag to split console output Add a command-line flag to split console output into stderr for warning and above, and stdout for info and below levels. This allows one to selectively see error/warning output. The default behavior is still everything to stderr. And to enable this behavior, pass `--consoleoutput split` * Modify Android logging to log at different log levels Before this diff, All mobile logs were logged at error level `Log.e` After this diff, Mobile logs warning and above will be logged at error level `Log.e` and logs below that like info, debug, verbose etc. will be logged at info level `Log.i` As of now, there is no way to customize this behavior for the mobile logging.
- Loading branch information
Showing
4 changed files
with
107 additions
and
30 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters