influxdata / influxdata/influxdb
Remove the line length limit on logging
Open
1.x
area/logging
team/edge
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Very large queries are truncated when printed via the slow query detection. It is likely that this truncation affects other logging, but that has yet to be confirmed. With the new query logging through http for POST queries, we need to ensure that the longest queries are fully displayed.
This may be a zap issue.
@dgnorton spotted the issue.
Contributor guide
Assessment
This issue has not been assessed yet.