Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Mar 25, 2024
1 parent 734c111 commit fad8a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sml2mqtt/config/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class LoggingSettings(BaseModel):
level: str = Field('INFO', description='Log level')
file: str = Field('sml2mqtt.log', description='Log file path (absolute or relative to config file) or stdout')
file: str = Field('sml2mqtt.log', description='Log file path (absolute or relative to config file) or "stdout"')

@field_validator('level')
def validate_logging(cls, value):
Expand Down

0 comments on commit fad8a87

Please sign in to comment.