From a76cf5299ee11d476dee84462867b9dbc4d8a810 Mon Sep 17 00:00:00 2001 From: Danila_Mochalov Date: Sun, 4 Dec 2022 17:50:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B3=D0=B5=D1=80,=20=D0=BB=D0=B0=D0=B17=20?= =?UTF-8?q?=D1=85=D0=B0=D1=80=D0=B4=20=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log.config | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 log.config diff --git a/log.config b/log.config deleted file mode 100644 index 3e0a154..0000000 --- a/log.config +++ /dev/null @@ -1,7 +0,0 @@ -handlers = java.util.logging.FileHandler -java.util.logging.FileHandler.level = INFO -java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter -java.util.logging.SimpleFormatter.format= %4$S %5$S (%1$td.%1$tm.%1$tY) %n -java.util.logging.FileHandler.append = true -java.util.logging.FileHandler.pattern = log.txt -java.util.logging.FileHandler.limit = 100000