-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
C:libsComponent: LibraryComponent: LibraryT:bugType Bug (Confirmed)Type Bug (Confirmed)T:observabilityType: ObservabilityType: Observability
Milestone
Description
I just noticed that the default log_level setting, log_level = "main:info,state:info,*:error", actually causes all modules to log at info level. This seems to be because the root logger has module=main, so all loggers derive from this and end up with the same setting as main, in this case info.
The main module doesn't log all that much, so we could just eliminate the main:info piece from the default. But we should probably fix this issue anyhow so that derivative loggers can have different levels than their parents.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C:libsComponent: LibraryComponent: LibraryT:bugType Bug (Confirmed)Type Bug (Confirmed)T:observabilityType: ObservabilityType: Observability