当前位置:网站首页>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>
边栏推荐
- KS006基于SSM实现学生成绩管理系统
- Fastadmin controls the length of fields in the table
- Matlab uses audioread and sound to read and play WAV files
- 734. Energy stone (greed, backpack)
- The concept, function, characteristics, creation and deletion of MySQL constraints
- New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
- Learn basic K-line diagram knowledge in three minutes
- 5g/4g pole gateway_ Smart pole gateway
- The smart Park "ZhongGuanCun No.1" subverts your understanding of the park
- [Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
猜你喜欢

Four basic strategies for migrating cloud computing workloads

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

TSINGSEE青犀平台如何实现同一节点同时播放多个视频?

Learn basic K-line diagram knowledge in three minutes

6-2 vulnerability exploitation - inevitable problems of FTP

微信小程序中使用tabBar

It's already 30. Can you learn programming from scratch?

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

【LeetCode 43】236. The nearest common ancestor of binary tree

The concept, function, characteristics, creation and deletion of MySQL constraints
随机推荐
"C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure Exercise 3
k线图形态这样记(口诀篇)
迁移云计算工作负载的四个基本策略
卷积神经网络(包含代码与相应图解)
Private project practice sharing [Yugong series] February 2022 U3D full stack class 009 unity object creation
The concept, function, characteristics, creation and deletion of MySQL constraints
Game thinking 15: thinking about the whole region and sub region Services
Architecture evolution from MVC to DDD
Matlab uses audiorecorder and recordblocking to record sound, play to play sound, and audiobook to save sound
MySQL view concept, create view, view, modify view, delete view
Volume compression, decompression
The technology boss is ready, and the topic of position C is up to you
np. Where and torch Where usage
[Maya] the error of importing Maya into Metahuman
matlab 实现语音信号重采样和归一化,并播放比对效果
MPLS experiment operation
1217 supermarket coin processor
Cross domain? Homology? Understand what is cross domain at once
Réseau neuronal convolutif (y compris le Code et l'illustration correspondante)
企业应该选择无服务器计算吗?