File tree 2 files changed +3
-2
lines changed
src/main/java/com/aliyun/openservices/log/log4j
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<groupId >com.aliyun.openservices</groupId >
11
11
<artifactId >aliyun-log-log4j-appender</artifactId >
12
- <version >0.1.14 </version >
12
+ <version >0.1.15 </version >
13
13
14
14
<name >aliyun log log4j appender</name >
15
15
<url >http://www.aliyun.com</url >
70
70
<dependency >
71
71
<groupId >com.aliyun.openservices</groupId >
72
72
<artifactId >aliyun-log-producer</artifactId >
73
- <version >0.3.15 </version >
73
+ <version >0.3.18 </version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >joda-time</groupId >
Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ public String getSource() {
304
304
305
305
public void setSource (String source ) {
306
306
this .source = source ;
307
+ this .producerConfig .setSourceIp (source );
307
308
}
308
309
309
310
public String getTimeFormat () {
You can’t perform that action at this time.
0 commit comments