mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 03:14:19 +00:00
Update telemetry to have TEXT be the default log format
This commit is contained in:
parent
945db5dac2
commit
a0a00f1345
3 changed files with 4 additions and 5 deletions
|
@ -18,4 +18,4 @@ class LogFormat(Enum):
|
|||
|
||||
@json_schema_type
|
||||
class ConsoleConfig(BaseModel):
|
||||
log_format: LogFormat = LogFormat.JSON
|
||||
log_format: LogFormat = LogFormat.TEXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue