A play module to update the level of loggers during runtime with a simple ui.
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.RoutesThe UI is available under http://localhost:9000/playloggingui
You can import the routes with a basepath such as /admin
-> /admin playloggingui.RoutesNow the UI is available under http://localhost:9000/admin/playloggingui
