Skip to content

Bugfix for formatting of Workbench application log messages#2523

Merged
emilyanndavis merged 5 commits intonatcap:mainfrom
davemfish:bugfix/WB-2522-electron-logs-format
Apr 30, 2026
Merged

Bugfix for formatting of Workbench application log messages#2523
emilyanndavis merged 5 commits intonatcap:mainfrom
davemfish:bugfix/WB-2522-electron-logs-format

Conversation

@davemfish
Copy link
Copy Markdown
Contributor

@davemfish davemfish commented Apr 23, 2026

This fixes the inaccuracies in the label on the log messages. It's still not very precise. This does not label with filenames (that was never working properly anyhow) but it does label with either "main" or "renderer". Labeling with filename would require a new instance of the logger for each file that does logging, and that seemed excessive.

Fixes #2522

Checklist

  • Updated HISTORY.rst and link to any relevant issue (if these changes are user-facing)
  • Updated the user's guide (if needed)
  • Tested the Workbench UI (if relevant)

@davemfish davemfish marked this pull request as ready for review April 23, 2026 18:25
@davemfish davemfish requested a review from emilyanndavis April 28, 2026 13:58
Copy link
Copy Markdown
Member

@emilyanndavis emilyanndavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me, @davemfish; thanks! All I found was a typo.

Comment thread HISTORY.rst Outdated
Co-authored-by: Emily Davis <emilyanndavis@gmail.com>
@davemfish davemfish requested a review from emilyanndavis April 30, 2026 22:06
@emilyanndavis emilyanndavis merged commit ce40ebe into natcap:main Apr 30, 2026
41 checks passed
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.

Workbench log message format is missing information

2 participants