Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brad WoodBrad WoodReporter
Brad WoodBrad WoodAffects versions
Fix versions
Priority
MajorComponents
Details
Details
Assignee
Brad Wood
Brad WoodReporter
Brad Wood
Brad WoodAffects versions
Fix versions
Priority
Components
Sentry
Sentry
Sentry
Created December 14, 2016 at 4:22 AM
Updated December 14, 2016 at 4:23 AM
Resolved December 14, 2016 at 4:23 AM
The server log command will show the current contents of the server log, and I can even pipe it through the tail command to control how many lines I see, but if I forget to start a server with the --debug or --console option, there's no easy way to tail the log file and follow it while it's starting. Add a --follow flag to the "server log" command that will tail and follow the server log file until the user hits Ctrl-C.