Commit fa375150 authored by zhushanglei's avatar zhushanglei

gps数据采集修改

parent 0ca5bcb8
......@@ -8,7 +8,11 @@
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
            <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
              <fileNamePattern>GnssServerLog/GnssServerLog.%d{yyyy-MM-dd}.log</fileNamePattern>
              <maxHistory>30</maxHistory>
              <maxHistory>10</maxHistory>
<!--控制所有归档日志文件的总大小-->
<totalSizeCap>100MB</totalSizeCap>
<!--是否在应用启动的时候删除历史日志-->
<cleanHistoryOnStart>true</cleanHistoryOnStart>
            </rollingPolicy>
            <encoder>
              <pattern>%date [%thread] %-5level %logger{35} - %msg%n</pattern>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment