From 114c21c9ff09fd80851e8419b575ea75f5e0a206 Mon Sep 17 00:00:00 2001 From: TamasBakai Date: Tue, 19 Mar 2019 09:56:28 +0000 Subject: ROP file processing in mass-pnf-simulator Change-Id: I66203ff66e9d91865f8eee06bef01e55bcd6c39c Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai --- .../pnf-sim-lightweight/src/main/resources/application.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/main/resources/application.properties (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/main/resources') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/main/resources/application.properties b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/main/resources/application.properties new file mode 100644 index 000000000..9740eff3c --- /dev/null +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/src/main/resources/application.properties @@ -0,0 +1,6 @@ +server.port=5000 +logging.level.root=ERROR +logging.level.org.springframework=ERROR +logging.level.org.springframework.data=ERROR +logging.level.org.onap.pnfsimulator=TRACE +logging.file=logs/log/application.log \ No newline at end of file -- cgit 1.2.3-korg