Sha256: b1f3e2d9f1d9815881c0699c34553c5465fd77cb2b0d567b4b91b0a63218511b
Contents?: true
Size: 822 Bytes
Versions: 7
Compression:
Stored size: 822 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' # 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 # Mark translated strings with X characters (for developers) #:mark_translated: false
Version data entries
7 entries across 7 versions & 1 rubygems