feat: add log date timezone (#4623)

Co-authored-by: liuzhenghua-jk <liuzhenghua-jk@360shuke.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
liuzhenghua
2024-06-19 15:51:00 +08:00
committed by GitHub
parent bdf3ea4369
commit 9d5a89eab6
2 changed files with 18 additions and 1 deletions

View File

@@ -165,6 +165,11 @@ class LoggingConfigs(BaseModel):
default=None,
)
LOG_TZ: Optional[str] = Field(
description='specify log timezone, eg: America/New_York',
default=None,
)
class ModelLoadBalanceConfigs(BaseModel):
"""