-
Notifications
You must be signed in to change notification settings - Fork 64
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
Allow to customize crash log level #751
Comments
Hi @fleficher , thanks a lot for this proposal. Right now we purposefully decided to mark crashes as Emergencies to distinguish them from manually logged errors (from |
@xgouchet Currently we're using only 5 levels of logs (error, warning, etc.), which make it simplier to make dashboards. |
We're having the exact same case. Are there any plans to have this be configurable? No other service we got is using the Emergency level log, which will make ours stand out and could also possibly make some people worried when those numbers start going up. |
Hi @StylianosGakis , this is not in our immediate roadmap for now, as we want to distinguish actual crash from simply errors reported from |
Yeah in our case it was mostly to not worry all the other engineers about suddenly having emergency logs while they've had 0 for a long time now. |
Is your feature request related to a problem? Please describe.
We should be able to change the default log level for crashes. Currently, it's always set to
EMERGENCY
level while we would like to map them toERROR
level.Describe the solution you'd like
From the Datadog
Configuration.Builder
, we should be able to customize the crash log level as:The text was updated successfully, but these errors were encountered: