You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Goals
Server logs are written to
stderr
or to a file specified byLOG_PATH
. The only way to view the file is to SSH into the system and read the file directly withcat
,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 loggedsyslogs follow [warn/info/error/debug]
- Receive real time data for specific log typessyslogs stop
- stop following logsThe text was updated successfully, but these errors were encountered: