<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Verbose Mode on Amit Agarwal Linux Blog</title>
    <link>/tags/verbose-mode/</link>
    <description>Recent content in Verbose Mode on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 30 Jan 2017 01:19:12 +0000</lastBuildDate>
    
	<atom:link href="/tags/verbose-mode/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>journalctl command to see kernel messages</title>
      <link>/2017/01/30/journalctl-command-kernel-messages/</link>
      <pubDate>Mon, 30 Jan 2017 01:19:12 +0000</pubDate>
      
      <guid>/2017/01/30/journalctl-command-kernel-messages/</guid>
      <description>&lt;p&gt;Sometimes, there are just too many messages in journalctl output and it becomes a mystery game to search for the messages you are looking for. But luckily you do not need to use grep to find the right message. Here is example of what I had to do when I was looking for kernel messages.&lt;/p&gt;
&lt;pre class=&#34;brush:shell&#34;&gt;journalctl _TRANSPORT=kernel
# To see all the fields, you can use the verbose mode
journalctl _TRANSPORT=kernel -o verbose

# And the filter on priority if needed to get the messages you need
journalctl _TRANSPORT=kernel PRIORITY=4

# and follow
journalctl _TRANSPORT=kernel PRIORITY=4 -f -l&lt;/pre&gt;</description>
    </item>
    
  </channel>
</rss>
