Commit 4b5b865
committed
Not to log class name
Now, the log message contains the class name:
2021-12-19 22:59:31,787 ERROR [main] org.fluentd.logger.sender.RawSocketSender
java.net.ConnectException: Connection refused (Connection refused)
Since log frameworks usually have a way to log class name without the
need to include it in the log message, the class name should be removed.
The following text shows a sample log mesage after this change:
2021-12-19 22:56:58,842 ERROR [main] flush failed
java.net.ConnectException: Connection refused (Connection refused)
Signed-off-by: Jingguo Yao <yaojingguo@gmail.com>1 parent 2e5fdf2 commit 4b5b865
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments