소스 검색

Change production logging config

master
Adrian Short 11 년 전
부모
커밋
a5f9355272
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      config/environments/production.rb

+ 3
- 1
config/environments/production.rb 파일 보기

@@ -44,7 +44,9 @@ Apollo::Application.configure do
# config.force_ssl = true

# See everything in the log (default is :info)
config.log_level = :debug
# config.log_level = :debug
config.logger = Logger.new(STDOUT)
config.logger.level = Logger::DEBUG

# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]


불러오는 중...
취소
저장