class Fluent::Supervisor

Public Instance Methods

extended_dry_run() click to toggle source

Extended not to exit

@raise Fluent::ConfigParseError if conf has syntax errors @raise Fluent::ConfigError if plugin raises config error @return true if success

# 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