Sha256: 7f6d3309f9357fc4349ac1a6015b6a0ad4457adaf2de6952f48d08b2df7ba19a
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
# User interface related settings :ui: # Enable interactive queries? :interactive: true # Number of records listed per page # :per_page: 20 # Location of shell history file :history_file: '~/.hammer/history' # Mark translated strings with X characters (for developers) #:mark_translated: false # Enable/disable color output of logger in Clamp commands :watch_plain: false # Forece relaod of Apipie cache with every Hammer invocation :reload_cache: false # Directory where the logs are stored. The default is /var/log/hammer/ and the log file is named hammer.log :log_dir: '~/.hammer/log' # Logging level. One of debug, info, warning, error, fatal :log_level: 'error' #:log_owner: 'foreman' #:log_group: 'foreman' # Maximum log size in bytes. Log rotates when the value gets exceeded #:log_size: 5 #in MB # Log record pattern (logging gem syntax) #:log_pattern: '[%5l %d %c] %m'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hammer_cli-0.9.0 | config/cli_config.template.yml |