Skip to content

Commit

Permalink
reduce clutter in logs
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Robinson <[email protected]>
  • Loading branch information
Aakash Shah authored and zrob committed Nov 9, 2016
1 parent f7285c2 commit f2b4118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/runtime/apps_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.dependencies
attribute :docker_credentials_json, Hash, default: {}, redact_in: [:create, :update]
attribute :debug, String, default: nil
attribute :disk_quota, Integer, default: nil
attribute :environment_json, Hash, default: {}
attribute :environment_json, Hash, default: {}, redact_in: [:create, :update]
attribute :health_check_type, String, default: 'port'
attribute :health_check_timeout, Integer, default: nil
attribute :instances, Integer, default: 1
Expand Down

0 comments on commit f2b4118

Please sign in to comment.