Sha256: 626cb6bf4f747902a6b263c14add0d98b475189eb69511ee79fb11c6f3afb5dc
Contents?: true
Size: 754 Bytes
Versions: 19
Compression:
Stored size: 754 Bytes
Contents
# This is a sample configuration file suited for a development environment. # Setting output for logging. You can use :stdout, :stderr or the name of log # file. Defaults to :stdout. # # Ex: # config.logger[:output] = :stdout # config.logger[:output] = :stderr # config.logger[:output] = "development.log" # or the name of log file. # config.logger[:output] = :stdout # The level for logging. You can use :debug, :info, :warn, :error or :fatal # That is the sequence of severity. Defaults to :info. config.logger[:level] = :info # The format of timestamp. See the formatting for Time.strftime # # See with more details here: # http://www.rubybrain.com/api/ruby-1.8.7/doc/index.html?a=M000253&name=strftime config.logger[:format] = "%Y-%m-%d %H:%M:%S"
Version data entries
19 entries across 19 versions & 2 rubygems