forked from External/ergo
make error recovery configurable
This commit is contained in:
parent
80968d000f
commit
7b58bf76ef
5 changed files with 28 additions and 8 deletions
|
|
@ -188,7 +188,8 @@ type Config struct {
|
|||
Logging []logger.LoggingConfig
|
||||
|
||||
Debug struct {
|
||||
StackImpact StackImpactConfig
|
||||
RecoverFromErrors *bool `yaml:"recover-from-errors"`
|
||||
StackImpact StackImpactConfig
|
||||
}
|
||||
|
||||
Limits struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue