当前位置:网站首页>Logging only errors to the console Set system property ‘log4j2. debug‘ to sh
Logging only errors to the console Set system property ‘log4j2. debug‘ to sh
2022-07-02 01:51:00 【Alienware^】
error : Status recorder not found log4j2 The configuration file , The default configuration... Will be used : Only log errors to the console .
Join in log4j2.xml File can
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="warn">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%m%n" />
</Console>
</Appenders>
<Loggers>
<Root level="INFO">
<AppenderRef ref="Console" />
</Root>
</Loggers>
</Configuration>
边栏推荐
- uTools
- Have you stepped on the nine common pits in the e-commerce system?
- This is the form of the K-line diagram (pithy formula)
- Construction and maintenance of business websites [12]
- error: . repo/manifests/: contains uncommitted changes
- MySQL约束与多表查询实例分析
- 遊戲思考15:全區全服和分區分服的思考
- Learn about servlets
- 开发工具创新升级,鲲鹏推进计算产业“竹林”式生长
- TSINGSEE青犀平台如何实现同一节点同时播放多个视频?
猜你喜欢

MySQL中一条SQL是怎么执行的

The concepts and differences between MySQL stored procedures and stored functions, as well as how to create them, the role of delimiter, the viewing, modification, deletion of stored procedures and fu

【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享

Game thinking 15: thinking about the whole region and sub region Services

Self drawing of menu items and CListBox items

1222. Password dropping (interval DP, bracket matching)

Quatre stratégies de base pour migrer la charge de travail de l'informatique en nuage

Have you stepped on the nine common pits in the e-commerce system?

Implementation of Weibo system based on SSM
![[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing](/img/56/87bc8fca9ceeab6484f567f7231fdb.png)
[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
随机推荐
This is the form of the K-line diagram (pithy formula)
matlab 使用 resample 完成重采样
5g/4g pole gateway_ Smart pole gateway
[C #] use regular verification content
城市选择器组件实现原理
基于SSM实现微博系统
Based on configured schedule, the given trigger will never fire
Software No.1
如何用一款产品推动「品牌的惊险一跃」?
Based on configured schedule, the given trigger will never fire
并发编程的三大核心问题
new和malloc的区别
The smart Park "ZhongGuanCun No.1" subverts your understanding of the park
电商系统中常见的9大坑,你踩过没?
"C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure Exercise 3
How can the tsingsee Qingxi platform play multiple videos at the same time on the same node?
Three core problems of concurrent programming
[rust web rokcet Series 1] Hello, world and get, post, put, delete
The technology boss is ready, and the topic of position C is up to you
成功实现边缘编码需要了解的六大经验教训