Logger with line number and file name information
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
It will be very much easier to optimize the query, if the logged information is able to print the line and filename information. currently the logging format looks like this
```
[WARNING 2018-01-09 17:52:22,653] notifiers 14381 Potential unnecessary eager load detected on `app.model`
```
with this it is not easier to find the origin of the problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.