
Added timestamp with milliseconds, log level, and custom date format to improve clarity and make logs more useful for debugging. Change-Id: Ice2d601eddb54bbb0e7e3be6f03ba6db58256c1f
12 lines
362 B
YAML
12 lines
362 B
YAML
---
|
|
features:
|
|
- |
|
|
Improves logging format of kolla containers by adding
|
|
timestamps with milliseconds, log levels, and a custom
|
|
date format.
|
|
upgrade:
|
|
- |
|
|
Users who parse Docker container logs should take into account
|
|
that for example `INFO:__main__:Validating config file` is now
|
|
`YYYY-MM-DD HH:MM:SS.fff INFO Validating config file`.
|