From 973245f3d592a7b4ae12452d5d1eb5f5a3583c4f Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 16 Mar 2022 09:24:27 +0100 Subject: [PATCH] chore: adjust logging --- .dev/githooks/prepare-commit-msg | 2 +- plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt | 2 +- .../logback-trace.xml => src/test/resources/logback-test.xml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename server/{configuration/logback-trace.xml => src/test/resources/logback-test.xml} (100%) diff --git a/.dev/githooks/prepare-commit-msg b/.dev/githooks/prepare-commit-msg index 0e97937cf..3e954263c 100755 --- a/.dev/githooks/prepare-commit-msg +++ b/.dev/githooks/prepare-commit-msg @@ -24,7 +24,7 @@ if beginswith $'\n#' "$original"; then printf "\n\n# Please enter the message in the format\n" echo "# (): " echo "# Possible types: fix, feat, docs, style, refactor, test, chore, rework, release" - printf "# For details see https://www.notion.so/softwarechallenge/Git-217333329ea64db5b2cc8bbbaf79db87" >> "$COMMIT_MSG_FILE" + printf "# For details see https://www.notion.so/softwarechallenge/Git-217333329ea64db5b2cc8bbbaf79db87" echo "$original" } > "$COMMIT_MSG_FILE" fi diff --git a/plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt b/plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt index 113aa9313..7d9c1fafe 100644 --- a/plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt +++ b/plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt @@ -15,7 +15,7 @@ class GamePlugin: IGamePlugin { ScoreDefinition(arrayOf( ScoreFragment("Siegpunkte"), ScoreFragment("Bernsteine", ScoreAggregation.AVERAGE), - ScoreFragment("Figur vorne", ScoreAggregation.AVERAGE) + ScoreFragment("Leichtfiguren Vorne", ScoreAggregation.AVERAGE) )) } diff --git a/server/configuration/logback-trace.xml b/server/src/test/resources/logback-test.xml similarity index 100% rename from server/configuration/logback-trace.xml rename to server/src/test/resources/logback-test.xml