Skip to content

Fix missing production logging newline - #665

Merged
crysadrak merged 1 commit into
masterfrom
fix-log-newline
Feb 2, 2026
Merged

Fix missing production logging newline#665
crysadrak merged 1 commit into
masterfrom
fix-log-newline

Conversation

@crysadrak

Copy link
Copy Markdown
Collaborator

No description provided.

@changeset-bot

changeset-bot Bot commented Jan 29, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 2e4effa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@ima/server Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a missing newline character in production JSON logging output. Without the newline, consecutive log entries would be concatenated on the same line, making logs difficult to parse.

Changes:

  • Added '\n' to the end of each log entry written via channel.write() in the logger factory

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/server/lib/factory/loggerFactory.js Added newline character to log output to ensure each JSON log entry appears on a separate line
.changeset/cyan-tips-type.md Added changeset documenting the bug fix as a patch release

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/server/lib/factory/loggerFactory.js
@crysadrak
crysadrak merged commit 169739f into master Feb 2, 2026
8 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.

3 participants