From afcb924513a49d3451b8ba42d6ff7ff095990dc5 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 30 Apr 2019 13:31:03 +0000 Subject: Docker container for DMaaP Simulator THis review brings in a Docker container for the DMaaP simulator for CSIT testing. This container should NOT be submitted to the ONAP nexus as it is only for testing. Issue-ID: POLICY-1643 Change-Id: I0e2147da9b7c0a85db68044439d48378d3a3e5b5 Signed-off-by: liamfallon --- .../src/main/resources/logback.xml | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 models-sim/models-sim-dmaap/src/main/resources/logback.xml (limited to 'models-sim/models-sim-dmaap/src/main/resources/logback.xml') diff --git a/models-sim/models-sim-dmaap/src/main/resources/logback.xml b/models-sim/models-sim-dmaap/src/main/resources/logback.xml new file mode 100644 index 000000000..0e48d611f --- /dev/null +++ b/models-sim/models-sim-dmaap/src/main/resources/logback.xml @@ -0,0 +1,46 @@ + + + + + DMaaPSim + + + + + + + %d %contextName [%t] %level %logger{36} - %msg%n + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg