Skip to content

Suggested improvement to View DCS Log desktop shortcut #453

Description

@stuartofmt

Is your feature request related to a problem? Please describe.

The existing View Log desktop shortcut on the Duet3d Pi image uses
sudo /usr/bin/journalctl -u duetcontrolserver -e

This form does not wrap the output lines and makes it difficult to see everything especially if using a remote viewer (NoMachine in my case)

Describe the solution you propose.

The following forms may provide a better experience as they wrap lines
sudo SYSTEMD_LESS=RXMK /usr/bin/journalctl -u duetcontrolserver -e
or
sudo SYSTEMD_LESS=RXMK /usr/bin/journalctl -u duetcontrolserver -n 100

Describe alternatives you've considered

Ex. A workaround exists but it is tedius, for example...

Provide any additional context or information.

Ex. Photos, mockups, etc.

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions