You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #200: event loop: add LogOptions struct and reduce the log size
8500340 eventloop: add `LogOptions` struct (ismaelsadeeq)
Pull request description:
This PR fixes#190 by reducing the maximum size of characters to from 1000 to 200.
This is achieved by creating a new struct `LogOptions`
The `LogOptions` struct will contain
i) The log callback function pointer
ii) The maximum character to pass to `LogEscape`
The main motivation is to reduce the verbosity of the logs and make
LogEscape `max_size` configurable.
ACKs for top commit:
ryanofsky:
Code review ACK 8500340. Just whitespace cleanup since last review. Nice to have a shrinking PR
Eunovo:
ReACK 8500340
Tree-SHA512: 981d8e5957b482e4217d00fcf6f3244e52f491af593e8d16f4f91b7fcf0210645b466ef916205fa23527f6beebb18be2e2a5457f97b546bdf837bdcaa20ad5d2
0 commit comments