mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-02 19:39:36 -05:00
12.3
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@
|
||||
<Pattern>%d [%t] %-5p - %m%n</Pattern>
|
||||
</PatternLayout>
|
||||
<Policies>
|
||||
<SizeBasedTriggeringPolicy size="200"/>
|
||||
<SizeBasedTriggeringPolicy size="20 MB"/>
|
||||
</Policies>
|
||||
<DefaultRolloverStrategy max="10"/>
|
||||
</RollingFile>
|
||||
@@ -21,7 +21,7 @@
|
||||
</PatternLayout>
|
||||
<Policies>
|
||||
<OnStartupTriggeringPolicy />
|
||||
<SizeBasedTriggeringPolicy size="200"/>
|
||||
<SizeBasedTriggeringPolicy size="2 MB"/>
|
||||
</Policies>
|
||||
<DefaultRolloverStrategy max="10"/>
|
||||
</RollingFile>
|
||||
|
||||
@@ -25,7 +25,7 @@ public class JailerVersion {
|
||||
/**
|
||||
* The Jailer version.
|
||||
*/
|
||||
public static final String VERSION = "120.3.2";
|
||||
public static final String VERSION = "12.3";
|
||||
|
||||
/**
|
||||
* The Jailer working tables version.
|
||||
|
||||
Reference in New Issue
Block a user