From 6ad496f8ef953931b0d5223fcd89639bae6fb5b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:09:28 +0000 Subject: [PATCH] Deploy to GitHub pages --- resources/main/selcukes-logback.yaml | 21 +++++++++++++++++++++ tmp/spotless-register-dependencies | 1 + 2 files changed, 22 insertions(+) create mode 100644 resources/main/selcukes-logback.yaml create mode 100644 tmp/spotless-register-dependencies diff --git a/resources/main/selcukes-logback.yaml b/resources/main/selcukes-logback.yaml new file mode 100644 index 00000000..d98b617d --- /dev/null +++ b/resources/main/selcukes-logback.yaml @@ -0,0 +1,21 @@ +# To add the FileHandler, use the following line. +handlers: java.util.logging.FileHandler, java.util.logging.ConsoleHandler + +#.level: INFO +.level: INFO + +# For example, set the io.github.selcukes.core logger to only log SEVERE +io.github.selcukes.level: ALL +io.github.selcukes.handler: java.util.logging.ConsoleHandler + +# Default file output is in user's home directory. +java.util.logging.FileHandler.pattern: build/selcukes.log +java.util.logging.FileHandler.limit: 50000 +java.util.logging.FileHandler.count: 1 +java.util.logging.FileHandler.formatter: io.github.selcukes.commons.logging.SelcukesLoggerFormatter +java.util.logging.FileHandler.level: FINE + +# Limit the message that are printed on the console to INFO and above. +java.util.logging.ConsoleHandler.level: FINE +#java.util.logging.ConsoleHandler.formatter : java.util.logging.SimpleFormatter +java.util.logging.ConsoleHandler.formatter: io.github.selcukes.commons.logging.SelcukesColorFormatter \ No newline at end of file diff --git a/tmp/spotless-register-dependencies b/tmp/spotless-register-dependencies new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/tmp/spotless-register-dependencies @@ -0,0 +1 @@ +1 \ No newline at end of file