diff --git a/l2jserver2-common/src/main/java/com/l2jserver/service/core/Log4JLoggingService.java b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/Log4JLoggingService.java
similarity index 98%
rename from l2jserver2-common/src/main/java/com/l2jserver/service/core/Log4JLoggingService.java
rename to l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/Log4JLoggingService.java
index 7b3a45c6b..d0074b0be 100644
--- a/l2jserver2-common/src/main/java/com/l2jserver/service/core/Log4JLoggingService.java
+++ b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/Log4JLoggingService.java
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver2. If not, see .
*/
-package com.l2jserver.service.core;
+package com.l2jserver.service.core.logging;
import org.apache.log4j.BasicConfigurator;
import org.apache.log4j.ConsoleAppender;
diff --git a/l2jserver2-common/src/main/java/com/l2jserver/service/core/LoggingService.java b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/LoggingService.java
similarity index 95%
rename from l2jserver2-common/src/main/java/com/l2jserver/service/core/LoggingService.java
rename to l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/LoggingService.java
index 35ab12baa..2abc446c6 100644
--- a/l2jserver2-common/src/main/java/com/l2jserver/service/core/LoggingService.java
+++ b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/LoggingService.java
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver2. If not, see .
*/
-package com.l2jserver.service.core;
+package com.l2jserver.service.core.logging;
import com.l2jserver.service.Service;
diff --git a/l2jserver2-common/src/main/java/com/l2jserver/service/core/LoggingServiceConfiguration.java b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/LoggingServiceConfiguration.java
similarity index 93%
rename from l2jserver2-common/src/main/java/com/l2jserver/service/core/LoggingServiceConfiguration.java
rename to l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/LoggingServiceConfiguration.java
index eeea26269..be92f1788 100644
--- a/l2jserver2-common/src/main/java/com/l2jserver/service/core/LoggingServiceConfiguration.java
+++ b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/LoggingServiceConfiguration.java
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver2. If not, see .
*/
-package com.l2jserver.service.core;
+package com.l2jserver.service.core.logging;
import org.w3c.dom.Node;
diff --git a/l2jserver2-common/src/main/java/com/l2jserver/service/core/log4j/TruncateToZipFileAppender.java b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/TruncateToZipFileAppender.java
similarity index 95%
rename from l2jserver2-common/src/main/java/com/l2jserver/service/core/log4j/TruncateToZipFileAppender.java
rename to l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/TruncateToZipFileAppender.java
index b1a43031c..bfb23a667 100644
--- a/l2jserver2-common/src/main/java/com/l2jserver/service/core/log4j/TruncateToZipFileAppender.java
+++ b/l2jserver2-common/src/main/java/com/l2jserver/service/core/logging/TruncateToZipFileAppender.java
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver. If not, see .
*/
-package com.l2jserver.service.core.log4j;
+package com.l2jserver.service.core.logging;
import java.io.File;
import java.io.FileInputStream;
diff --git a/l2jserver2-gameserver/distribution/services.xml b/l2jserver2-gameserver/distribution/services.xml
index 3dbde7e07..e46d1c372 100644
--- a/l2jserver2-gameserver/distribution/services.xml
+++ b/l2jserver2-gameserver/distribution/services.xml
@@ -37,8 +37,8 @@
implementation="com.l2jserver.service.configuration.XMLConfigurationService" />
-
+
diff --git a/l2jserver2-gameserver/services-sample.xml b/l2jserver2-gameserver/services-sample.xml
index ee3e8b875..ef4bcc44e 100644
--- a/l2jserver2-gameserver/services-sample.xml
+++ b/l2jserver2-gameserver/services-sample.xml
@@ -48,8 +48,8 @@
implementation="com.l2jserver.service.configuration.XMLConfigurationService" />
-
+