philicious opened a new issue, #23866:
URL: https://github.com/apache/superset/issues/23866
A clear and concise description of what the bug is.
#### How to reproduce the bug
set a `LOG_FORMAT` , e.g.
`'{"severity":"%(levelname)s","message":"%(message)s","timestamp":"%(asctime)s"}'`
### Expected results
all logs respect it
### Actual results
some log messages get logged duplicated, once with and once w/o the format
```
Serving from cache
│
{"severity":"INFO","message":"Serving from cache","timestamp":"2023-04-28
15:47:30,865"}
Cache key: 7003a08fde69f54ab83686bded041a57
{"severity":"INFO","message":"Cache key:
7003a08fde69f54ab83686bded041a57","timestamp":"2023-04-28 15:47:30,877"}
The field `timeseries_limit` is deprecated, please use `series_limit`
instead.
{"severity":"WARNING","message":"The field `timeseries_limit` is deprecated,
please use `series_limit` instead.","timestamp":"2023-04-28 15:48:00,513"}
```
### Environment
- superset version: `2.1`
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [ ] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [ ] I have reproduced the issue with at least the latest released version
of superset.
- [ ] I have checked the issue tracker for the same issue and I haven't
found one similar.
### Additional context
Add any other context about the problem here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]