Changelog
Release Version: v0.14.2-pb7-mpsc4 | Release Date: Feb 07, 2025
What's Changed
- Add more debug log detail and print the original json
- Rollback
actix-web
from 4.9 to 4.8 - also change the print only greater than 5s
ZO_HTTP_PROCESS_SLOW_TIME=2000
will print some logs like this: bulk request detail:
total: {} ms, flatten: {} ms, convert_to_uds: {} ms, before_write: {} ms, write_to_channel: {} ms
also if the before_write
over than 5s will print:
original_line: {}
write to channel detail:
[write_logs] total time: {} ms, get_schema: {} ms, check_schema: {} ms, validate: {} ms, get_distinct: {} ms, write_distinct: {} ms, get_writer: {} ms, write_to_channel: {} ms