luhuec / play-logging-ui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Scala 53.3%Language:Svelte 31.5%Language:TypeScript 8.3%Language:JavaScript 5.2%Language:HTML 1.7%