Skip to content

Commit

Permalink
core/services/chainlink: dump LogPoller and UICSAKeys Feature flags (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Feb 21, 2023
1 parent df12df1 commit 3442b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/services/chainlink/cfgtest/dump/full-custom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ShutdownGracePeriod = '10s'

[Feature]
FeedsManager = true
LogPoller = true
UICSAKeys = true

[Database]
DefaultIdleInTxSessionTimeout = '1h0m0s'
Expand Down
2 changes: 2 additions & 0 deletions core/services/chainlink/config_dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ func (c *Config) loadLegacyCoreEnv() error {

c.Feature = config.Feature{
FeedsManager: envvar.NewBool("FeatureFeedsManager").ParsePtr(),
LogPoller: envvar.NewBool("FeatureLogPoller").ParsePtr(),
UICSAKeys: envvar.NewBool("FeatureUICSAKeys").ParsePtr(),
}
c.AuditLogger = audit.AuditLoggerConfig{
Enabled: envvar.NewBool("AuditLoggerEnabled").ParsePtr(),
Expand Down

0 comments on commit 3442b87

Please sign in to comment.