From c0b226153be760f3a93102e8a3886f52faed4b4b Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 2 Nov 2023 08:37:11 +0100 Subject: Change default logback config to write to stdout - write to stdout instead of to *.log files [1] - do not version the .classpath in git [1] This change only has an impact on local development (especially when run in docker containers), since the logback.xml is [fully overwritten anyways via OOM](https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/aai/components/aai-resources/resources/config/logback.xml;h=b52318500d1327d4756bea937e79d68b79e733e8;hb=HEAD) Issue-ID: AAI-3671 Change-Id: Ifb4b7b60a2bf7aa22210210fdbcbc05044c59e8b Signed-off-by: Fiete Ostkamp --- aai-resources/.classpath | 63 ------------------------------------------------ 1 file changed, 63 deletions(-) delete mode 100644 aai-resources/.classpath (limited to 'aai-resources/.classpath') diff --git a/aai-resources/.classpath b/aai-resources/.classpath deleted file mode 100644 index fadd195..0000000 --- a/aai-resources/.classpath +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg