当前位置:网站首页>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>
边栏推荐
- 1069. Division of convex polygons (thinking, interval DP)
- new和malloc的区别
- Design and implementation of radio energy transmission system
- Five skills of adding audio codec to embedded system
- 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
- Exception handling of class C in yyds dry goods inventory
- MySQL view concept, create view, view, modify view, delete view
- Private project practice sharing [Yugong series] February 2022 U3D full stack class 009 unity object creation
- 【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
- Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
猜你喜欢
ES6 new method of string
Game thinking 15: thinking about the whole region and sub region Services
Matlab uses audioread and sound to read and play WAV files
Cross domain? Homology? Understand what is cross domain at once
This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
MySQL中一条SQL是怎么执行的
734. Energy stone (greed, backpack)
如何远程、在线调试app?
MPLS experiment operation
With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry
随机推荐
[Obsidian] wechat is sent to Obsidian using remotely save S3 compatibility
三分钟学会基础k线图知识
C language 3-7 daffodils (enhanced version)
Fastadmin controls the length of fields in the table
Regular expression learning notes
1218 square or round
Redis有序集合如何使用
Architecture evolution from MVC to DDD
如何用一款产品推动「品牌的惊险一跃」?
Redis环境搭建和使用的方法
Volume compression, decompression
Have you stepped on the nine common pits in the e-commerce system?
Modeling essays series 124 a simple coding method
error: . repo/manifests/: contains uncommitted changes
KS006基于SSM实现学生成绩管理系统
城市选择器组件实现原理
[rust web rokcet Series 1] Hello, world and get, post, put, delete
Construction and maintenance of business websites [11]
TSINGSEE青犀平台如何实现同一节点同时播放多个视频?
SQLite 3 of embedded database