라라벨 로그레벨 APP LOG LEVEL

Jmnote (토론 | 기여)님의 2017년 7월 10일 (월) 01:13 판 (→‎개요)

1 개요

Laravel Log Severity Levels
라라벨 로그레벨
  • .env 파일의 APP_LOG_LEVEL 값
APP_LOG_LEVEL=debug
'log_level' => env('APP_LOG_LEVEL', 'debug'),
log_level 값 debug error
debug O
info O
notice O
warning O
error O O
critical O O
alert O O
emergency O O

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}