Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
/ LogStream Public archive

Lightweight Log File web gui with live websockets

Notifications You must be signed in to change notification settings

WardenDrew/LogStream

Repository files navigation

ARCHIVED

I made this for a specific internal purpose. I would not suggest using it any further

LogStream

Lightweight Log File web gui with live websockets

Warning: this does not implement any form of authentication or ssl. I would recommend running this behind a reverse proxy such as NGINX and handling authentication at the proxy layer.

Main Window

Inside appsettings.json you can find two configuration parameters: AllowedLogFiles and AllowedLogDirectories. These correspond to specific loose files, and whole directories that will be exposed in the GUI. NOTE that the dotnet application will need to be able to read those files in the first place, or else it will just bubble up an error to the frontend.

Logs can be downloaded, or viewed in real-time over a websocket's connection.

Live Window

About

Lightweight Log File web gui with live websockets

Resources

Stars

Watchers

Forks

Packages

No packages published