로그설정 변경
This commit is contained in:
parent
12accd86eb
commit
94be4af947
@ -155,6 +155,7 @@ public class ReportClientService extends Service {
|
||||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException(e);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<pattern>${LOG_PATTERN}</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
<logger name="com.munjaon.server" level="DEBUG" />
|
||||
<logger name="com.munjaon.client" level="DEBUG" />
|
||||
<root level="ERROR">
|
||||
<appender-ref ref="CONSOLE"/>
|
||||
</root>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user