# logread > Read the `logd` ring buffer log. > More information: . - Print the log: `logread` - Print a specified number of messages: `logread -l {{N}}` - Filter messages by (Keyword/Regular Expression): `logread -e {{pattern}}` - Print log messages as they happen: `logread -f`