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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cddbdf1..e18083c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ test_csvWriter.csv */.idea *.iml aai-resources/debug-logs/EELF/ -.vscode \ No newline at end of file +.vscode +.classpath \ No newline at end of file -- cgit 1.2.3-korg