diff --git a/README.md b/README.md
index ebe1cc1f78b9c104e1c36706affe4e49adc308d5..ce7b3b352dbaa4871f5d46aad8918ba79a49e77c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 `season-handler` is one of the AgroMetInfo components to:
 
 * launch SEASON simulation from configuration after SAFRAN data integration,
-* handle SEASON calculation results.
+* handle SEASON calculation results to insert or update daily values in AgroMetInfo table.
 
 ## Installation
 
diff --git a/pom.xml b/pom.xml
index 8ba6bedcd3d12f0379ceec8527c7a43f30dff52f..82a9cff534053dad3329b577094e0c6cd4d21023 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>fr.agrometinfo</groupId>
   <artifactId>season-handler</artifactId>
-  <version>0.1.8-SNAPSHOT</version>
+  <version>2.0.0-alpha-2</version>
   <packaging>jar</packaging>
   <name>AgroMetInfo SEASON handler</name>
   <description>SEASON handler for AgroMetInfo</description>
diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml
index d7e610176831e854117b6eb26fb3fd602500584d..aa4d88f9f626f6ba632c5190462e6a160a6d9d43 100644
--- a/src/main/resources/log4j2.xml
+++ b/src/main/resources/log4j2.xml
@@ -10,7 +10,7 @@
         <!-- https://logging.apache.org/log4j/2.x/manual/appenders.html#RollingFileAppender -->
         <!-- https://logging.apache.org/log4j/2.x/manual/configuration.html#PropertySubstitution -->
         <RollingFile name="file" fileName="${env:AGROMETINFO_LOGS:-logs}/agrometinfo-season-handler.log"
-                     filePattern="${env:AGROMETINFO_LOGS:-logs}/$${date:yyyy-MM}/season-%d{yyy-MM-dd}-%i.log.gz">
+                     filePattern="${env:AGROMETINFO_LOGS:-logs}/$${date:yyyy-MM}/agrometinfo-season-handler-%d{yyy-MM-dd}-%i.log.gz">
             <PatternLayout>
                 <pattern>[%d] %-5p | %c#%M() | %L - %m%n</pattern>
             </PatternLayout>