Project

General

Profile

« Previous | Next » 

Revision a683aa28

Added by Tomer Brisker over 8 years ago

Fixes #11413 - disable SQL logging by default

View differences:

config/application.rb
:app => {:enabled => true},
:ldap => {:enabled => false},
:permissions => {:enabled => false},
:sql => {:enabled => true},
:sql => {:enabled => false},
))
config.logger = Foreman::Logging.logger('app')

Also available in: Unified diff