Skip to content

Error Logging#40

Merged
Josina20 merged 1 commit intomainfrom
users/josjoy/errorlogging
Nov 21, 2025
Merged

Error Logging#40
Josina20 merged 1 commit intomainfrom
users/josjoy/errorlogging

Conversation

@Josina20
Copy link
Contributor

Add Error logging to console

Copilot AI review requested due to automatic review settings November 21, 2025 20:18
@Josina20 Josina20 requested review from a team as code owners November 21, 2025 20:18
Copy link
Contributor

Copilot AI left a comment

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 enables error and fatal level logs to be displayed on the console by removing a Serilog filter that was previously excluding them. The change allows users to see error messages in the console output while maintaining the existing file-based logging for all levels, improving the CLI's error visibility and user experience.

Key Changes

  • Removed .Filter.ByExcluding(e => e.Level >= LogEventLevel.Error) filter from console logger configuration in Serilog setup

@Josina20 Josina20 merged commit 25a4289 into main Nov 21, 2025
8 checks passed
@pontemonti pontemonti deleted the users/josjoy/errorlogging branch December 5, 2025 17:27
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