We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbacba commit 5fc809aCopy full SHA for 5fc809a
README.md
@@ -106,13 +106,13 @@ log4j.appender.loghub.maxRetryBackoffMs=50000
106
log4j.appender.loghub.topic = [your topic]
107
108
# Specify the source of your log, default is host ip, optional
109
-source = [your source]
+log4j.appender.loghub.source = [your source]
110
111
# Specify time format of the field time, default is yyyy-MM-dd'T'HH:mm:ssZ, optional
112
-timeFormat = yyyy-MM-dd'T'HH:mm:ssZ
+log4j.appender.loghub.timeFormat = yyyy-MM-dd'T'HH:mm:ssZ
113
114
# Specify timezone of the field time, default is UTC, optional
115
-timeZone = UTC
+log4j.appender.loghub.timeZone = UTC
116
```
117
118
## Sample Code
0 commit comments