Class: Fluent::Supervisor

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/format/check.rb

Instance Method Summary collapse

Instance Method Details

#extended_dry_runObject

Extended not to exit

Returns:

  • true if success

Raises:

  • Fluent::ConfigParseError if conf has syntax errors

  • Fluent::ConfigError if plugin raises config error



107
108
109
110
111
112
113
114
# File 'lib/fluent/format/check.rb', line 107

def extended_dry_run
  read_config
  change_privilege
  init_engine
  install_main_process_signal_handlers
  run_configure
  true
end