markusressel/openhasp-config-manager

Command to display device logs

Opened this issue · 3 comments

Manually using telnet to see devicelogs is cumbersome.

Provide a logs command to follow logs of a device.
The command should be able to

  • output the logs to a file
  • show logs on the CLI
  • follow new logs in realtime
  • have basic color highlighting
  • maybe use lnav somehow?

https://gist.github.com/marcelom/4218010

Gist
Tiny Python Syslog Server. GitHub Gist: instantly share code, notes, and snippets.

https://github.com/sytone/pysyslog

GitHub
Tiny Syslog Server in Python. Nothing more or less. - GitHub - sytone/pysyslog: Tiny Syslog Server in Python. Nothing more or less.

The current implementation relies on the telnet server, there is no syslog involved (yet).