Skip to content

Feature request: display logs for a process in a web page #34

Closed
@michaelveloz

Description

@michaelveloz

ok, if an application has a problem and then you click on the link to do a "tail", you only see like 15 lines which is almost useless.

You could consider going to the stderr log file that supervisord creates, but that's owned by supervisord and I can't even read.

So here are some options to make looking at log content actually useful:

  1. Mod supervisord to have another html link per process named "view stderr" or "view stdout" .. when clicked these would display the content of the corresponding log file on an html page
  2. Alter supervisord to allow the user to specify on startup how many lines to pass to "tail -f" .. so when one clicks that link in the supervisord UI, you get more than the current 15 or so lines
  3. On the html page in which supervisord shows tail's output, add an html button titled "go back more" that, when clicked, stops the tail, and restarts it, but passes it a larger number than before so more content is shown (alternatively you could have a text box there that lets the user enter how many lines they'd like to go back and see)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions