diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-11-02 08:37:11 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-11-02 08:37:11 +0100 |
commit | c0b226153be760f3a93102e8a3886f52faed4b4b (patch) | |
tree | bd77fe76ead924057c7271c3114584e9fde1d4a9 /.classpath | |
parent | be4c967659e73814dc14d9c144b8ad4156af4aca (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 '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.classpath b/.classpath deleted file mode 100644 index c0592e8..0000000 --- a/.classpath +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path=""/> - <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/> - <classpathentry kind="output" path="bin"/> -</classpath> |