-
Notifications
You must be signed in to change notification settings - Fork 844
Add more deprecation logs and mute by default #40305
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
Changes from all commits
65b2ee3
f51a3b3
6739dfc
0beb3d5
b56f3f8
d8bd471
034fb56
64ca1d2
7f72827
c8f6ce2
2d0315b
8c17b2e
0a40cf1
578b048
8c86f75
2be5805
74c2cbb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,6 +68,7 @@ locals { | |
| OTEL_EXPORTER_OTLP_ENDPOINT = "https://otlp.signoz.dogfood.fleetdm.com" | ||
| # FLEET_LOGGING_TRACING_ENABLED = "true" | ||
| # FLEET_LOGGING_TRACING_TYPE = "elasticapm" | ||
| FLEET_LOGGING_ENABLE_TOPICS = "deprecated-field-names" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rfairburn I think this is the right place to add an env var for our Dogfood server, let me know if there's a different place I need to change. This will turn on deprecation warnings on Dogfood so we can see them. The warnings will be turned off by default for the upcoming release.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. LGTM 👍 |
||
| FLEET_MYSQL_MAX_OPEN_CONNS = "10" | ||
| FLEET_MYSQL_READ_REPLICA_MAX_OPEN_CONNS = "10" | ||
| FLEET_VULNERABILITIES_DATABASES_PATH = "/home/fleet" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.