aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-11-02 08:37:11 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-11-02 08:37:11 +0100
commitc0b226153be760f3a93102e8a3886f52faed4b4b (patch)
treebd77fe76ead924057c7271c3114584e9fde1d4a9 /.gitignore
parentbe4c967659e73814dc14d9c144b8ad4156af4aca (diff)
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 <Fiete.Ostkamp@telekom.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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