Enable SQL logging by default in development mode
This commit is contained in:
parent
1cf69b33ea
commit
c5819b9c57
1 changed files with 3 additions and 0 deletions
|
|
@ -203,6 +203,9 @@ development:
|
|||
serve: true
|
||||
single_process_mode: true
|
||||
require_ssl: false
|
||||
logging:
|
||||
debug:
|
||||
sql: true
|
||||
server:
|
||||
unicorn_worker: 1
|
||||
settings:
|
||||
|
|
|
|||
Loading…
Reference in a new issue