티스토리 뷰
log4j level 설정 방법 및 level 별 설명
<logger name="xxx.xxx.xxx">
<level value="ERROR"/>
<appender-ref ref="dailyRollingFile"/>
</logger>
위에서 아래로 갈수록 level이 낮아진다고 생각하면 됨.
ALL – The ALL has the lowest possible rank and is intended to turn on all logging.
> 모든 로깅.
TRACE – The TRACE Level designates finer-grained informational events than the DEBUG
> 세밀
DEBUG – The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
> 디버깅.
INFO – The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
> 강조 정보.
WARN – The WARN level designates potentially harmful situations.
> 경고.
ERROR – The ERROR level designates error events that might still allow the application to continue running.
> 오류.
FATAL – The FATAL level designates very severe error events that will presumably lead the application to abort.
> 심각한 오류.
OFF – The OFF has the highest possible rank and is intended to turn off logging.
> 로깅 해제.
'Java & Spring & SpringBoot' 카테고리의 다른 글
GCM을 이용하여 iOS Push 보내기! (0) | 2017.12.27 |
---|---|
localhost, ip 도메인 연결 방법 (0) | 2017.12.18 |
web.xml & context-application.xml 사용 내용 정리 (0) | 2017.10.12 |
이클립스(eclipse) classpath 설정 (0) | 2017.09.28 |
eclipse Update SVN Cache 개선방법 (0) | 2017.09.20 |
- Total
- Today
- Yesterday
- 국제반점
- Docker
- 송내역 카페
- vscode
- 인터바이크
- 윈드스크린
- 남자 혼자 여행
- kendo grid
- 보성 여행
- 은파호수공원
- 스쿠터 전국 일주
- 베스파LX
- 송내역 룸카페
- 남자 혼자 국내 여행
- 오라클 DB 링크
- 군산 게스트하우스
- 영광 여행
- 군산 가볼만한곳
- 담양 여행
- 초원사진관
- 송내 룸카페
- 고흥 여행
- 돌장갑
- 스쿠터 여행
- 나래바이크
- 전국 일주 여행
- 제주도 스쿠터 여행
- 송내 카페
- 리니지m
- 군산 여행
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |