Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure project-manager's logs are centrally collected #12361

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

hubertp
Copy link
Collaborator

@hubertp hubertp commented Feb 25, 2025

Pull Request Description

Minor fix to bring back project-manager's logs.

Previous, default, configuration meant that logs for project-manager ended up in a separate file from the rest of the logs. Language server logs are being sent to the logging server by default, so should project-manager's ones as well.

Fixed NPE in SocketLoggingNode when no project.id is present in loggers, as is the case with logs coming from project-manager.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.

Minor fix to bring back project-manager's logs.

Previous, default, configuration meant that logs for project-manager
ended up in a separate file from the rest of the logs.
Language server logs are being sent to the logging server by default,
so should project-manager's ones as well.

Fixed NPE in `SocketLoggingNode` when no `project.id` is present in
loggers, as is the case with logs coming from project-manager.
@hubertp hubertp added the CI: No changelog needed Do not require a changelog entry for this PR. label Feb 25, 2025
@hubertp hubertp merged commit 6bcb0ec into develop Feb 26, 2025
73 checks passed
@hubertp hubertp deleted the wip/hubert/pm-logging branch February 26, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants