Sha256: 3eebb5018aeed297484b417f3e0b660ddbcabe234b9cd5b9b590e3c6fdbb1806
Contents?: true
Size: 794 Bytes
Versions: 19
Compression:
Stored size: 794 Bytes
Contents
# This is a sample configuration file suited for a production 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 located at APPLICATION_ROOT/log. # config.logger[:output] = "production.log" # 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