Skip to content

Commit b9056f5

Browse files
committed
Do not log session ids
1 parent 9c3d899 commit b9056f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Application < Rails::Application
2424
# config.i18n.default_locale = :de
2525

2626
# Configure sensitive parameters which will be filtered from the log file.
27-
config.filter_parameters += [:password, :api_password, :submission_file, :return_file, :test_output, :stdout, :stderr, :vm_log]
27+
config.filter_parameters += [:password, :session_id, :api_password, :submission_file, :return_file, :test_output, :stdout, :stderr, :vm_log]
2828

2929
config.active_record.raise_in_transactional_callbacks = true
3030

0 commit comments

Comments
 (0)