Jump to Content
JeakBotGuides
HomeGuidesRecipesDiscussions
GuidesLog InJeakBot
Guides
Log In
Log configuration (Log4J)

Getting started

  • Installing JeakBot
  • Connecting to a server
  • Installing Plugins
  • Speeding things up!
  • Securing the connection

Creating a plugin

  • Setting up a workspace
  • The plugin class
  • Application lifecycle
  • Listeners & Events
  • Services
  • Injections
  • Development principles
  • Plugin configuration
  • Localization
  • RESTful Controller
  • Commands (1.1.0+)

Knowledgebase

  • Release Control: Semantic Versioning
  • Configuration using Confort
  • Sending commands to TS3
  • Using a database
  • Sending E-Mails
  • Debugging a plugin / the framework
  • Docker & Pterodactyl integration
  • Log configuration (Log4J)
  • Programmatically starting the framework
  • Managing Permissions (Internal)
  • Migrating connection types

Official plugins

  • _About_
  • AFK-Utils
  • Channelmanagement
  • UserSupport
  • AdminTools
Powered by 

Log configuration (Log4J)

Suggest Edits

The framework uses Apache Log4J2 for log management.
The default configuration is located in the classpath.

Using a custom configuration

To customize loggig, a custom xml configuration can be used by providing a command line argument to Log4J: -Dlog4j.configurationFile=<pah-to-config>.xml.

Please refer to the Log4J2 documentation for more information on the configuration options.

Updated over 6 years ago


  • Table of Contents
    • Using a custom configuration