paulwong

          LOGBACK TUTORIA

          https://github.com/abdulwaheed18/Slf4jTutorial 

          http://stackoverflow.com/questions/10465301/tomcat-war-configure-logback-to-use-app-name-in-path

          <configuration>

              <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
                  <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
                      <Pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
                      </Pattern>
                  </encoder>
              </appender>


              <appender name="FILE"
                  class
          ="ch.qos.logback.core.rolling.RollingFileAppender">
                  <file>testFile7.log</file>
                  <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
                      <!-- daily rollover
                      Once any of the below condition met, it will change the file name as below and compressed it. 
          -->

                      <fileNamePattern>logFile.%d{yyyy-MM-dd}.%i.log.zip
                      </fileNamePattern>

                      <!-- keep 30 days' worth of history -->
                      <maxHistory>30</maxHistory>
                      <!-- or whenever the file size reaches 10MB -->
                      <timeBasedFileNamingAndTriggeringPolicy
                          
          class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
                          <maxFileSize>10MB</maxFileSize>
                      </timeBasedFileNamingAndTriggeringPolicy>
                  </rollingPolicy>

                  <encoder>
                      <pattern>%-4relative [%thread] %-5level %logger{35} - %msg%n
                      </pattern>
                  </encoder>
              </appender>

              <root level="INFO">
                  <appender-ref ref="STDOUT" />
                  <appender-ref ref="FILE" />
              </root>
          </configuration>

          posted on 2014-04-03 08:10 paulwong 閱讀(520) 評論(0)  編輯  收藏 所屬分類: J2EEJ2SELOGBACK

          主站蜘蛛池模板: 紫金县| 桦川县| 永靖县| 宁夏| 富阳市| 含山县| 英德市| 天镇县| 南陵县| 枝江市| 东至县| 宾阳县| 牙克石市| 石城县| 巴彦淖尔市| 新民市| 包头市| 松溪县| 平遥县| 阿坝县| 卫辉市| 天津市| 布拖县| 台前县| 行唐县| 蕲春县| 林西县| 曲阜市| 南昌县| 马龙县| 蒙城县| 蓝山县| 彰化市| 凌源市| 泰和县| 利川市| 长垣县| 清流县| 大余县| 木兰县| 望奎县|