dynamic-forms / Interface

LoggerConfigOptions

Configuration options for the logger feature.

Properties

NameTypeDescription
derivations
DerivationLogLevel | undefined

Derivation logging level.

  • 'none': No derivation debug logging (default)
  • 'summary': Log cycle completion with counts
  • 'verbose': Log individual derivation evaluations with details

@default 'none'

enabled
boolean | undefined

Whether general logging is enabled.

@default true