Skip to content

Commit

Permalink
Set sane console log defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Nov 18, 2024
1 parent 88879aa commit ab49f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
:parameters => {
"kernel.sched_autogroup_enabled" => 0
}
},
:default_console_log_level => {
:comment => "Set console log level defaults",
:parameters => {
"kernel.printk" => "4 4 1 7"
}
}
}
)
Expand Down

0 comments on commit ab49f1f

Please sign in to comment.