be included, not that the timestamp is recorded.
  
          The behavior is also controlled by the kernel command line
-         parameter printk.time=1. See Documentation/kernel-parameters.txt
+         parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst
  
 +config CONSOLE_LOGLEVEL_DEFAULT
 +      int "Default console loglevel (1-15)"
 +      range 1 15
 +      default "7"
 +      help
 +        Default loglevel to determine what will be printed on the console.
 +
 +        Setting a default here is equivalent to passing in loglevel=<x> in
 +        the kernel bootargs. loglevel=<x> continues to override whatever
 +        value is specified here as well.
 +
 +        Note: This does not affect the log level of un-prefixed prink()
 +        usage in the kernel. That is controlled by the MESSAGE_LOGLEVEL_DEFAULT
 +        option.
 +
  config MESSAGE_LOGLEVEL_DEFAULT
        int "Default message log level (1-7)"
        range 1 7