diff --git a/src/main/kotlin/eu/maiora/routes/Auth.kt b/src/main/kotlin/eu/maiora/routes/Auth.kt index 0443947..8460799 100644 --- a/src/main/kotlin/eu/maiora/routes/Auth.kt +++ b/src/main/kotlin/eu/maiora/routes/Auth.kt @@ -31,7 +31,7 @@ fun Route.auth(accountsRepository: AccountsRepositoryImpl) { logger.info( "param: " + receivedResponse.param - ); + ) // Decodifica la stringa da Base64 a oggetto Credentials val decodedBytes = Base64.getDecoder().decode(receivedResponse.param) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 9714b07..1e12d8c 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,19 +1,43 @@ + + %d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - ./logFile.log + + + + ./log/logFile.log true + + + + + ./log/logFile.%d{yyyy-MM-dd}.%i.log + + + 100MB + + + 15 + + + 5GB + + %d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - + + + + + - \ No newline at end of file + +