로그설정 변경

This commit is contained in:
dsjang 2024-08-15 19:22:29 +09:00
parent 12accd86eb
commit 94be4af947
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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>