20-sys-related.conf 806 B

12345678910111213141516171819202122
  1. # /etc/sysctl.d/20-sys-related.conf - Kernel system settings, related.
  2. #
  3. # Values: [0] DISABLE, [1] ENABLE.
  4. #
  5. # The four values in printk denote: console_loglevel,
  6. # default_message_loglevel, minimum_console_loglevel and
  7. # default_console_loglevel respectively.
  8. #
  9. # These values influence printk() behavior when printing or
  10. # logging error messages. See 'man 2 syslog' for more info on
  11. # the different loglevels.
  12. #
  13. # - console_loglevel: messages with a higher priority than
  14. # this will be printed to the console
  15. # - default_message_loglevel: messages without an explicit priority
  16. # will be printed with this priority
  17. # - minimum_console_loglevel: minimum (highest) value to which
  18. # console_loglevel can be set
  19. # - default_console_loglevel: default value for console_loglevel
  20. kernel.printk = 1 3 3 3