Sha256: 59fdde2e13a2c14b961e4119cf2aae44fa1af4b439dd3da437d48c244334c382

Contents?: true

Size: 630 Bytes

Versions: 6

Compression:

Stored size: 630 Bytes

Contents

require 'pmux-logview'

configure do
  # something
end

Pmux::LogView::Controller.setup({ "default_user" => "pmux",
                                  "use_basic_auth" =>  true,
                                  "password_file_path" =>  "/etc/pmux-logview/password",
                                  "cache_dir_path" => "/var/tmp/pmux-logview",
                                  "log_dir_path" => "/var/log/pmux-logview",
                                  "log_level" => "info",
                                  "use_syslog" => true,
                                  "syslog_facility" => "user" })
run Pmux::LogView::Controller

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pmux-logview-0.3.4 conf/config.ru
pmux-logview-0.3.3 conf/config.ru
pmux-logview-0.3.2 conf/config.ru
pmux-logview-0.3.1 conf/config.ru
pmux-logview-0.3.0 conf/config.ru
pmux-logview-0.2.2 conf/config.ru