Last active
January 27, 2017 18:42
-
-
Save carl-mastrangelo/49f6d6a8ff29200fcb7d9e25e473b2d0 to your computer and use it in GitHub Desktop.
How to Enable Netty Frame Logging for gRPC
This file contains hidden or 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
# -Djava.util.logging.config.file=myLoggingConfigFilePath | |
handlers = java.util.logging.ConsoleHandler | |
java.util.logging.ConsoleHandler.level = ALL | |
.level = FINE | |
io.grpc.netty.NettyClientHandler = ALL | |
io.grpc.netty.NettyServerHandler = ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
io.grpc.netty.NettyServerHandler.level=DEBUG
, DEBUG is not a valid level.Cause following error