Conversation
- Removes Fluent support. - Add AGENTS.md file. - Upgrade to Go 1.25.0 and update dependencies. 🤖 Generated with [GitHub Copilot](https://github.com/features/copilot) (via opencode) Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the logging system from logrus to Go's standard log/slog library, removes Fluent logging support, upgrades to Go 1.25.0, and adds an AGENTS.md documentation file for development guidelines.
- Switch from logrus to log/slog for structured logging
- Remove Fluent logging dependencies and configuration
- Upgrade Go version and dependencies to latest versions
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| main.go | Replace logrus with slog, remove Fluent support, configure structured logging |
| tracing.go | Update OpenTelemetry error handling to use slog |
| cas.go | Convert all logrus logging calls to slog equivalents |
| auth0_clients.go | Update Auth0 client lookup logging to use slog |
| 0_config.go | Replace fatal logging with slog error and os.Exit |
| go.mod | Upgrade Go to 1.25.0 and update dependencies |
| docker-compose.yaml | Remove fluentbit service |
| .cspell.json | Remove fluentbit from spell checker dictionary |
| AGENTS.md | Add development guidelines documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Image scanning may be more likely to produce false positives. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Upgrade to the latest version of ko for CI jobs. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Generated with GitHub Copilot (via opencode)