Added support for writing profiling logs.

For now it supports profiling database queries and
job execution time.
This commit is contained in:
baldo 2016-07-29 12:53:20 +02:00
commit 7921178165
6 changed files with 22 additions and 8 deletions

View file

@ -63,6 +63,7 @@ var defaultConfig = {
logging: {
directory: '/tmp/logs',
debug: false,
profile: false,
logRequests: false
},