diff --git a/pom.xml b/pom.xml
index f0ab4ac..7cd0652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
io.github.elf4j
elf4j-provider
- 3.0.4
+ 3.0.5
jar
elf4j-provider
Native logging service provider implementation of ELF4J (Easy Logging Facade For Java)
@@ -68,7 +68,7 @@
io.github.elf4j
elf4j-engine
- 2.0.9
+ 2.0.10
org.junit.jupiter
diff --git a/src/test/resources/elf4j-test.properties b/src/test/resources/elf4j-test.properties
index 17ca216..1ca0dbc 100644
--- a/src/test/resources/elf4j-test.properties
+++ b/src/test/resources/elf4j-test.properties
@@ -35,9 +35,9 @@ writer1=standard
### Writer stream can be stdout/stderr/auto, default to stdout; auto means to use stdout if severity level is lower than WARN, otherwise stderr
#writer1.stream=auto
### This is the default output pattern, can be omitted
-writer1.pattern={timestamp} {level} [{thread}] {class} - {message}
-### This would customize the format patterns of the specified writer
-#writer1.pattern={timestamp:yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ} {level:5} [{thread:name|id}] {class:simple|full|compressed} - {message}
+#writer1.pattern={timestamp} {level} [{thread}] {class} - {message}
+### This will customize the format patterns of the specified writer
+writer1.pattern={timestamp:yyyy-MM-dd'T'HH:mm:ss.SSSXXX} {level:5} [{thread:id}] {class:compressed}#{method}(L{linenumber}@{filename}) - {message}
### Multiple writers are supported, each with its own configurations
writer2=standard
#writer2.level=trace