-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Stompee allows you to view the log file online. All you need to do is include the stompee jar in your war file. Stompee is not meant to replace your log file, but rather assist you to easily look at certain parts of the log file online. Stompee can not handle the load of a very busy log file, so make sure to select the correct logger and level.
The stompee-core library is published to maven central and artefacts is available in Nexus OSS
In your pom.xml:
<!-- Stompee -->
<dependency>
<groupId>com.github.phillip-kruger</groupId>
<artifactId>stompee-core</artifactId>
<version>1.1.3</version>
<scope>runtime</scope>
</dependency>
You can then go to the stompee ui :
You can set the default logger to use, and the level to set when you start the output. You do this by including a file named stompee.properties in /src/main/resources/. Example:
logger=com.github.phillipkruger.stompee.example
level=FINEST
Stompee does not have it's own security. You should secure the the /stompee
context within your own security model.
Stompee has been tested using the following Java EE 7 application servers:
Also read this blog entry for an overview
Stompee . stompee@phillip-kruger.com