This work is licensed under the Creative Commons Attribution 3.0 License.
-#
# Tencent is pleased to support the open source community by making
# PocketMineKM available.
# Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
# All rights reserved.
#
# Licensed under the BSD 3-Clause License (the "License"); you may
# not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# log4j configuration file
# This file should be used in conjunction with pocketmine.log4j.properties
# to customize the logging output for your application.
# Direct log messages to the pocketsmith logger
log4j.logger.pocketmine=DEBUG
log4j.logger.forge=DEBUG
log4j.logger.fml=DEBUG
log4j.logger.redstone=DEBUG
# RAPIDJSON
log4j.logger.rapidjson=ERROR
# Minecraft packets
log4j.logger.mcpacket=WARN
# Minecraft Bukkit packets
log4j.logger.minecraft=WARN
# Minecraft Forge packets
log4j.logger.forge=WARN
# Minecraft FastChat packets
log4j.logger.xmpp_fastchat=INFO
# Minecraft Bedrock packets
log4j.logger.bedrock=INFO
# Minecraft Statistics packets
log4j.logger.statistics=WARN
# SillyMessage packets
log4j.logger.sillymessage=INFO
# BattleClient packets
log4j.logger.battleclient=WARN
# MinecraftServer packets
log4j
Related links:
Comments