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