Sha256: 8d65f93dd615cc9231087dab7923c95f1d593ea65681822de5a56f135e7ed25e

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

# Constants: global
WAY_OUT   = "SENT"
WAY_IN    = "RECD"
WAY_POST  = "POST"

# Constants: proxy
PROXY_MESSAGE_MAX       = 1
PROXY_USE_ACK           = false

# Constants: logger
LOG_ROTATION            = "daily"
LOG_TRIM_LINE           = 200
LOG_FORMAT_TIME         = "%Y-%m-%d %H:%M:%S"
LOG_FORMAT_LINE         = "%s\t%-8s\t%-10s\t%s\n"
LOG_FORMAT_ARRAY        = "%s\t%-8s\t%-10s\t   %s\n"
LOG_FORMAT_HASH         = "%s\t%-8s\t%-10s\t   %-17s %s\n"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pushyd-0.4.0 lib/pushyd/constants.rb