Skip to content

Improve pretty output formatting for better readability#48

Merged
SagarMaheshwary merged 1 commit into
masterfrom
feature/improve-pretty-output-format
May 31, 2026
Merged

Improve pretty output formatting for better readability#48
SagarMaheshwary merged 1 commit into
masterfrom
feature/improve-pretty-output-format

Conversation

@SagarMaheshwary

Copy link
Copy Markdown
Owner

Summary

Improves the default pretty output format to make logs easier to scan while debugging.

Changes

  • display log level at the beginning of each entry
  • render the main log message in bold
  • improve visual hierarchy of pretty output formatting

Motivation

reqlog output is often read directly in the terminal during debugging and incident response. These changes make important log information easier to spot quickly, especially when scanning large traces across multiple services.

* move log level to the beginning of each entry
* highlight message text in bold for better scanability
@SagarMaheshwary SagarMaheshwary merged commit 766e143 into master May 31, 2026
1 check passed
@SagarMaheshwary SagarMaheshwary deleted the feature/improve-pretty-output-format branch May 31, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant