Make default log level to "info" instead of "trace"
+ Small fix of class_name declaration order
This commit is contained in:
@@ -47,7 +47,7 @@ const SUPPORTED_LOCALES: Array[String] = [
|
||||
effects_volume = volume
|
||||
var ind: int = AudioServer.get_bus_index("Effects")
|
||||
AudioServer.set_bus_volume_db(ind, volume)
|
||||
@export var log_level: Log.LogLevel = Log.LogLevel.TRACE
|
||||
@export var log_level: Log.LogLevel = Log.LogLevel.INFO
|
||||
|
||||
|
||||
func init_os_language() -> void:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
extends MarginContainer
|
||||
class_name LogLevelElement
|
||||
extends MarginContainer
|
||||
|
||||
@onready var check_box: CheckBox = %CheckBox
|
||||
@onready var log_level: Label = %LogLevel
|
||||
|
||||
Reference in New Issue
Block a user