Skip to content

feat(logging): add option to hide log line source#1538

Open
Xe wants to merge 1 commit intomainfrom
Xe/toggle-source
Open

feat(logging): add option to hide log line source#1538
Xe wants to merge 1 commit intomainfrom
Xe/toggle-source

Conversation

@Xe
Copy link
Copy Markdown
Contributor

@Xe Xe commented Mar 24, 2026

This is almost certainly going to be a footgun, but it's not too bad of a change to make. If users really do want to make getting support more difficult, so be it.

Closes: #1537

Checklist:

  • Added a description of the changes to the [Unreleased] section of docs/docs/CHANGELOG.md
  • Added test cases to the relevant parts of the codebase
  • Ran integration tests npm run test:integration (unsupported on Windows, please use WSL)
  • All of my commits have verified signatures

This is almost certainly going to be a footgun, but it's not too
bad of a change to make. If users really do want to make getting
support more difficult, so be it.

Closes: #1537
Signed-off-by: Xe Iaso <me@xeiaso.net>
@Xe Xe self-assigned this Mar 24, 2026
@SlyEcho
Copy link
Copy Markdown
Contributor

SlyEcho commented Mar 24, 2026

Maybe it could be configured per log level, DEBUG, TRACE show it, INFO, WARN, ERROR not?

@Xe
Copy link
Copy Markdown
Contributor Author

Xe commented Mar 24, 2026

It is impossible to configure that on a per log level basis.

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.

[Feature request] Remove source section from production log files

2 participants