logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Logread - Read System Logs | Online Free DevTools by Hexmos

Read system logs easily with Logread. Analyze and filter system messages for troubleshooting and monitoring. Free online tool, no registration required.

logread

Read the logd ring buffer log. More information: https://openwrt.org/docs/guide-user/base-system/log.essentials.

  • Print the log:

logread

  • Print n messages:

logread -l {{n}}

  • Filter messages by (Keyword/regex):

logread -e {{pattern}}

  • Print log messages as they happen:

logread -f

  • Display help:

logread -h

See Also