当前位置:网站首页>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>
边栏推荐
- Fastadmin controls the length of fields in the table
- Modeling essays series 124 a simple coding method
- There are spaces in the for loop variable in the shell -- IFS variable
- [Floyd] post disaster reconstruction
- 10 minutes to get started quickly composition API (setup syntax sugar writing method)
- Feature extraction and detection 16 brisk feature detection and matching
- Electronic Association C language level 1 33, odd even number judgment
- II Basic structure of radio energy transmission system
- MATLAB realizes voice signal resampling and normalization, and plays the comparison effect
- It's already 30. Can you learn programming from scratch?
猜你喜欢

The smart Park "ZhongGuanCun No.1" subverts your understanding of the park

Redis环境搭建和使用的方法

1069. Division of convex polygons (thinking, interval DP)

Using tabbar in wechat applet

Self drawing of menu items and CListBox items

Discussion on the idea of platform construction

Android high frequency network interview topic must know and be able to compare Android development environment

What are the skills of spot gold analysis?

Android: how can golden nine and silver ten squeeze into the first-line big factories from small and medium-sized enterprises? The depth of interview questions in large factories

现货黄金分析的技巧有什么呢?
随机推荐
[rust web rokcet Series 1] Hello, world and get, post, put, delete
JMeter (I) - download, installation and plug-in management
Game thinking 15: thinking about the whole region and sub region Services
With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry
成功实现边缘编码需要了解的六大经验教训
分卷压缩,解压
基于SSM实现微博系统
Develop those things: how to use go singleton mode to ensure the security of high concurrency of streaming media?
Cross domain? Homology? Understand what is cross domain at once
Niuke - Huawei question bank (51~60)
Fastadmin controls the length of fields in the table
Matlab uses audioread and sound to read and play WAV files
Implementation principle of city selector component
matlab 使用 audioread 、 sound 读取和播放 wav 文件
Electronic Society C language level 1 32, calculate the power of 2
TSINGSEE青犀平台如何实现同一节点同时播放多个视频?
Failed to transform file 'xxx' to match attributes
Experimental reproduction of variable image compression with a scale hyperprior
From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
MySQL如何解决delete大量数据后空间不释放的问题