Skip to content

Commit

Permalink
Add settings flag explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
vtaskow committed Jul 21, 2023
1 parent 6941b10 commit e5c3140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlserver/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Config:

# Logging settings
use_structured_logging: bool = False
""""""
"""Use JSON-formatted structured logging instead of default human-readable format."""
logging_settings: Optional[Union[str, Dict]] = None
"""Path to logging config file or dictionary configuration."""

Expand Down

0 comments on commit e5c3140

Please sign in to comment.