페이지 트리

이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

버전 1 현재 »

이 페이지는 Atlassian 도구의 application 로그파일 자동 관리 설정을 가이드 한다.

대상: Bitbucket 제외


  1. Shutdown Bamboo
  2. Edit the log4j.properties file under <bamboo-installation-directory>/atlassian-bamboo/WEB-INF/classes and change the line:

    log4j.appender.filelog=com.atlassian.bamboo.log.BambooRollingFileAppender

    To:

    log4j.appender.filelog=org.apache.log4j.DailyRollingFileAppender
  3. Then add an additional:

    log4j.appender.filelog.DatePattern='.'yyyy-MM-dd-a
  • 레이블 없음