conductor-checkpoint-msg_01SNsax9AwiCBFrC7Fpo7BNe
This commit is contained in:
parent
2053ff3b2a
commit
ae47a7087f
1 changed files with 3 additions and 2 deletions
|
|
@ -51,10 +51,11 @@ else:
|
||||||
SEMAPHORE_LIMIT = int(os.getenv('SEMAPHORE_LIMIT', 10))
|
SEMAPHORE_LIMIT = int(os.getenv('SEMAPHORE_LIMIT', 10))
|
||||||
|
|
||||||
|
|
||||||
# Configure logging to match uvicorn format
|
# Configure structured logging with timestamps
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
level=logging.INFO,
|
level=logging.INFO,
|
||||||
format='%(levelname)-8s %(message)s', # Match uvicorn's default format
|
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||||
|
datefmt='%Y-%m-%d %H:%M:%S',
|
||||||
stream=sys.stderr,
|
stream=sys.stderr,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue