Skip to content

Commit 5fc809a

Browse files
authored
fix reademe (#22)
1 parent 1bbacba commit 5fc809a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ log4j.appender.loghub.maxRetryBackoffMs=50000
106106
log4j.appender.loghub.topic = [your topic]
107107
108108
# Specify the source of your log, default is host ip, optional
109-
source = [your source]
109+
log4j.appender.loghub.source = [your source]
110110
111111
# 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
112+
log4j.appender.loghub.timeFormat = yyyy-MM-dd'T'HH:mm:ssZ
113113
114114
# Specify timezone of the field time, default is UTC, optional
115-
timeZone = UTC
115+
log4j.appender.loghub.timeZone = UTC
116116
```
117117

118118
## Sample Code

0 commit comments

Comments
 (0)