Skip to content

Commit

Permalink
Add missing autoconfiguration annotation (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
erkdahl authored Dec 8, 2023
1 parent a845aa0 commit 5ad7095
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@AutoConfiguration
class EventLoggingConfigFactory {

@AutoConfiguration
@ConditionalOnProperty(prefix = "digdir.event.logging", name = "feature-enabled", havingValue = "true", matchIfMissing = true)
@EnableConfigurationProperties(EventLoggingConfigurationProperties.class)
public static class Enabled {
Expand Down

0 comments on commit 5ad7095

Please sign in to comment.