remove some fields from our log that I dont want to see and dont help with managing a seed
This commit is contained in:
parent
42c22cedf9
commit
bcaeabdb87
1 changed files with 4 additions and 0 deletions
|
|
@ -52,5 +52,9 @@ module Diaspora
|
||||||
# Configure sensitive parameters which will be filtered from the log file.
|
# Configure sensitive parameters which will be filtered from the log file.
|
||||||
config.filter_parameters += [:password]
|
config.filter_parameters += [:password]
|
||||||
config.filter_parameters += [:xml]
|
config.filter_parameters += [:xml]
|
||||||
|
config.filter_parameters += [:message]
|
||||||
|
config.filter_parameters += [:text]
|
||||||
|
config.filter_parameters += [:caption]
|
||||||
|
config.filter_parameters += [:bio]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue