Commit d30cae0
rlau
RL - Currently, in grpc client if an error throws it would be logged. However the error has a constructor where a throwable is passed as an argument. As a result, the {} in the message will never get replaced. The idea is to log the error in the simple message, as well as log the stack trace.
1 parent 57b8d05 commit d30cae0
File tree
1 file changed
+1
-1
lines changed- core/src/main/java/com/expedia/www/haystack/client/dispatchers/clients
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments