1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 15:35:43 +02:00
tldr/pages/linux/logread.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

354 B

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