rev:型材出库修改/加锁;日志清除

This commit is contained in:
zhangzhiqiang
2023-10-12 17:15:23 +08:00
parent 1dd594a843
commit 6907f62d6b
6 changed files with 89 additions and 86 deletions

View File

@@ -50,7 +50,7 @@ https://juejin.cn/post/6844903775631572999
</appender>
<appender name="esLogAppender" class="com.internetitem.logback.elasticsearch.ElasticsearchAppender">
<url>http://10.16.1.24:9200/_bulk</url>
<url>http://127.0.0.1:9200/_bulk</url>
<index>${esIndex}</index>
<type>whxr_log</type>
<loggerName>es-logger</loggerName> <!-- optional -->