Skip to content
Snippets Groups Projects
Commit 3edd1fc8 authored by Omar Mohamad - El Hassan Lopesino's avatar Omar Mohamad - El Hassan Lopesino Committed by Ricardo Sanz Ante
Browse files

Issue #3396890: Default Configuration + schema

parent 74a33135
No related branches found
No related tags found
1 merge request!63Draft: Resolve #3396890 "Allow logging push"
log_level: "salesforce.error"
log_push_params: false
log_push_params_maxlength: null
log_push_params_sanitized_fields: ""
log_push_success: false
......@@ -5,3 +5,17 @@ salesforce_logger.settings:
log_level:
type: string
label: 'Salesforce Logger minimum log level'
log_push_params:
type: boolean
label: 'Enable it to log push params'
log_push_params_maxlength:
type: integer
label: 'Push params log max length'
log_push_params_sanitized_fields:
type: sequence
label: 'Push params field list that must be sanitized'
sequence:
type: integer
log_push_success:
type: boolean
label: 'Enable it to log push success'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment