Sha256: 6c9c74918f93a46be37cac6203cd0e28933f5b7ac2e888caab676f2f6a6e25da
Contents?: true
Size: 931 Bytes
Versions: 22
Compression:
Stored size: 931 Bytes
Contents
communication: url: amqp://localhost # This setup will silent STDOUT, # send info messages to OML SERVER, # and everything to ROLLING LOG FILES # # In this example, these setting are identical to EC default logging: level: default: debug appenders: # Turn off STDOUT stdout: level: :info # To Rolling log file, and log everything rolling_file: level: all log_dir: /var/tmp # max 10k of each log file size: 10240 # keep 1 log in total keep: 1 date_pattern: "%F %T %z" pattern: "[%d] %-5l %c: %m\n" # To OML is enabled by default when oml_uri option is SET # Uncomment this if you need to change the default # # oml4r: # level: debug # appName: 'omf_ec' # domain: '<%= OmfEc.experiment.id %>' # collect: tcp:some_other_oml_server:3003 # Use OML server located at localhost port 3003 oml_uri: tcp:localhost:3003
Version data entries
22 entries across 22 versions & 1 rubygems