Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-Game Log viewer #119

Open
Volte6 opened this issue Oct 3, 2024 · 0 comments
Open

In-Game Log viewer #119

Volte6 opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Volte6
Copy link
Owner

Volte6 commented Oct 3, 2024

Goals

Server logs are written to stderr or to a file specified by LOG_PATH. The only way to view the file is to SSH into the system and read the file directly with cat, tail etc.

We need a way to view logs while logged in as an admin in lieu of some sort of bridge from mud-to-command prompt.

These logs should flow in along with regular mud text updates.

Specifications

Command:

syslogs

Arguments

syslogs -100 - View the last 100 (or other amount if provided) log lines. Probably impose a maximum.
syslogs follow - Receive real time data as it is logged
syslogs follow [warn/info/error/debug] - Receive real time data for specific log types
syslogs stop - stop following logs

@Volte6 Volte6 added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant