로그 레벨
From IT Wiki
- Emergency(emerg)
- 시스템이 전면 중단되는 패닉 상태(panic condition), 전체 공지가 필요한 사항
- system is unusable
- Alert(alert)
- 즉각적인 조치가 필요한 상황(시스템 데이터베이스 오류 등)
- action must be taken immediately
- Critical(crit)
- 하드웨어 등의 심각한 오류가 발생한 상황
- critical condition
- Error(err)
- 일반적인 에러/오류가 발생한 상황
- error connection
- Warning(warning)
- 경고 메시지
- warning condition
- Notice(notice)
- 에러/오류는 아니지만 조치가 필요한 상황
- normal, but significant condition
- Information(info)
- 의미 있는 정보 관련 메시지
- Information message
- Debug(debug)
- 디버깅용 메시지
- debug-level message