Bases: BaseModel
Configuration for the logging.
Attributes
level
class-attribute
instance-attribute
level: LoggingLevel = Field(default=INFO, description='Logging level.')
filename
class-attribute
instance-attribute
filename: str = Field(default='simulation.log', description='Name of the log file.')