-
Notifications
You must be signed in to change notification settings - Fork 217
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
feat(logging): support custom time, level and message keys #1295
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1295 +/- ##
==========================================
+ Coverage 79.88% 79.92% +0.03%
==========================================
Files 43 43
Lines 3267 3272 +5
==========================================
+ Hits 2610 2615 +5
Misses 527 527
Partials 130 130
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the associated docs PR here flipt-io/docs#24 |
* main: chore: bump prom verison (#1305) Otel improvements (#1306) fix: disable csp headers in non-release mode for ui dev (#1304) chore(deps): bump go.opentelemetry.io/otel/exporters/jaeger (#1299) chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#1303) feat(logging): support custom time, level and message keys (#1295) fix: get linter running correctly locally (#1296) chore(deps): bump go.opentelemetry.io/otel from 1.11.2 to 1.12.0 (#1301) chore(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1298)
Fixes FLI-148
Fixes #1252
Adds support for custom keys in log output for:
Each key can be configured under the
log.keys
object in the configuration.Using the following Flipt configuration I get the subsequent logging output format:
config.yaml:
Flipt output: