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
The current implementation of log message prettification uses the 'js-beautify' library, which works well for the initial implementation but may have performance concerns when working with large log files.
Background
This feature was initially implemented in PR #223, which added toggle functionality for prettifying log messages. PR #225 has made some related changes to this functionality.
Objective
Investigate and implement performance improvements for the log message prettification feature:
Evaluate the performance of the current js-beautify implementation with different log file sizes
Consider alternatives or optimizations that could improve performance
Implement custom solution that prioritizes performance with large log files
Add appropriate tests to verify performance characteristics
Description
The current implementation of log message prettification uses the 'js-beautify' library, which works well for the initial implementation but may have performance concerns when working with large log files.
Background
This feature was initially implemented in PR #223, which added toggle functionality for prettifying log messages. PR #225 has made some related changes to this functionality.
Objective
Investigate and implement performance improvements for the log message prettification feature:
Related
@junhaoliao
The text was updated successfully, but these errors were encountered: