user2427
user2427

Reputation: 7932

Does a web interface exist for configuring log4j?

I need a web interface for configure log4j that gives me:

I am aware of this old thread but I can't find the log4j-sandbox nor the ConfigurationServlet they were talking about.

Upvotes: 5

Views: 1535

Answers (1)

MicSim
MicSim

Reputation: 26796

The above mentioned files you can find here (ConfigurationServlet) and here (log4j-sandbox). Hope it helps.

Don't know myself of any log4j configuration generator. This blog entry has some kind of web interface you are partly looking for, but it's designed for SLF4J and Logback, the successor of log4j.

Upvotes: 3

Related Questions