Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 691 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 691 Bytes

play-logging-ui

A play module to update the level of loggers during runtime with a simple ui.

alt text

Installation

Add play-logging-ui to the dependencies in your build.sbt file

libraryDependencies ++= Seq(
  "com.github.luhuec" % "play-logging-ui" % "0.0.8"
)

Import playloggingui.Routes into your routes file

->    /         playloggingui.Routes

The UI is available under http://localhost:9000/playloggingui

Import with base path

You can import the routes with a basepath such as /admin

->    /admin    playloggingui.Routes

Now the UI is available under http://localhost:9000/admin/playloggingui