Author Topic: Disable log output to tty1  (Read 5202 times)

The_Raven

  • Jr. Member
  • **
  • Posts: 53
Disable log output to tty1
« on: February 21, 2020, 09:50:06 AM »
Maybe a "stupid" question, but how can i disable the log output to tty1?

The log is filling my screen with "spam"  ::)

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: Disable log output to tty1
« Reply #1 on: February 21, 2020, 12:47:44 PM »
Do you mean kernel messages?

setterm --msg off

The_Raven

  • Jr. Member
  • **
  • Posts: 53
Re: Disable log output to tty1
« Reply #2 on: February 24, 2020, 08:33:03 AM »
Perfect, it looks like it's that!  8)

LOL, i googled and duckduckgoed around the world, found a lot of "stupid things" like change config files and such things, but at the end it is so easy...  ;D
Thank you very much!