Skip to content

Commit

Permalink
database: slow queries now default to obfuscated instead of off
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clement committed Apr 27, 2017
1 parent 21417f6 commit 54dc9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var HIGH_SECURITY_SETTINGS = {
ssl: true,
capture_params: false,
transaction_tracer: {
record_sql: 'off'
record_sql: 'obfuscated'
},
slow_sql: {
enabled: false
Expand Down

0 comments on commit 54dc9eb

Please sign in to comment.