logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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