From af2f4f03feb4b7e3129149ebf57fc3a5391ecc31 Mon Sep 17 00:00:00 2001 From: Gavin Matthews Date: Tue, 23 Feb 2021 14:49:56 +0000 Subject: [PATCH] Correct the config. --- .../mulesoft_traceability_agent.yml | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/mulesoft_traceability_agent/mulesoft_traceability_agent.yml b/mulesoft_traceability_agent/mulesoft_traceability_agent.yml index 1ec5acc..1025f77 100644 --- a/mulesoft_traceability_agent/mulesoft_traceability_agent.yml +++ b/mulesoft_traceability_agent/mulesoft_traceability_agent.yml @@ -1,18 +1,17 @@ mulesoft_traceability_agent: - central: - organizationID: "" - environment: - auth: - clientID: - privateKey: - publicKey: + central: + organizationID: "" + environment: + auth: + clientID: + privateKey: + publicKey: - gateway-section: - logFile: ./logs/traffic.log - processOnInput: false - config_key_1: "value-1" - config_key_3: "value-2" - config_key_2: "value-3" +mulesoft: + environment: + auth: + username: + password: # Condor Ingestion service output.traceability: @@ -35,11 +34,16 @@ output.traceability: worker: 1 pipelining: 0 proxy_url: ${TRACEABILITY_PROXYURL:""} - +log: + level: debug + format: json + output: stdout + path: logs + maskedValues: logging: metrics: enabled: false # Send all logging output to stderr to_stderr: true # Set log level - level: ${LOG_LEVEL:"info"} \ No newline at end of file + level: ${LOG_LEVEL:debug} \ No newline at end of file