Skip to content

Commit

Permalink
Rename log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Billing committed Sep 29, 2020
1 parent dbc053d commit 016c138
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TNoodle-WCA-*.jar
TNoodle-Build-latest.jar
tnoodle_resources/
tnoodle_pruning_cache/
**/logging/*.log
**/tnoodle.log
version.tnoodle
*.hprof

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import io.ktor.application.call
import io.ktor.response.respond
import io.ktor.routing.Route
import io.ktor.routing.get
import kotlinx.serialization.json.json

import org.worldcubeassociation.tnoodle.server.RouteHandler
import org.worldcubeassociation.tnoodle.server.crypto.AsymmetricCipher
import org.worldcubeassociation.tnoodle.server.ServerEnvironmentConfig
import org.worldcubeassociation.tnoodle.server.serial.VersionInfo

Expand Down
2 changes: 1 addition & 1 deletion tnoodle-server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>logging/tnoodle.log</file>
<file>tnoodle.log</file>

<encoder>
<pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n</pattern>
Expand Down

0 comments on commit 016c138

Please sign in to comment.