Skip to content

Tail the service logs easily with a button #23

Description

@ewired

Is your feature request related to a problem? Please describe.
I would like to quickly pull up a running log of a service

Describe the solution you'd like
A button next to each service that opens a terminal with a command like this journalctl --user -u <service> -b -e -f, specifically with -b meaning logs from this boot, and -e -f meaning follow from the end of the log like tail -f.

Describe alternatives you've considered
Opening the terminal and typing the command manually (inconvenient)

Additional context
N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions