Sha256: d5418fbd664bc88eb7479530623a537701b7271d0f68d1c873a3ea1f08be69cb

Contents?: true

Size: 1.04 KB

Versions: 17

Compression:

Stored size: 1.04 KB

Contents

# RBatch config
#
# This file format is YAML
#

# -------------------
# Global setting
# -------------------

# Forbit Double Run
#
#   Default : false
#
#forbid_double_run: true

# -------------------
# Cmd setting
# -------------------

# Raise Exception
#
#   Default : false
#
# If command exit status is not 0, raise exception.
#
cmd_raise : true


# -------------------
# Log setting
# -------------------

# Log File Name
#
#   Default : "<date>_<time>_<prog>.log"
#
#   Reservation words
#   <data> --> replace to YYYYMMDD date string
#   <time> --> replace to hhmmss time string
#   <prog> --> Program file base name (except extention)
#
#log_name : "<date>_<time>_<prog>.log"
log_name : "<date>_<prog>.log"

# Log Output Directory
#
#   Default : "(Script path)/../log"
#
#log_dir : "/tmp/log"

# Append log or not
#
#   Default : ture
#
#log_append : false

# Log Level
#
#   Default : "info"
#   Value   : "debug","info","wran","error","fatal"
#
#log_level : "debug"

# Print log-string both file and STDOUT
#
#   Default : false
#
log_stdout : true

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rbatch-2.0.0 sample/conf/rbatch.yaml
rbatch-1.13.1 sample/conf/rbatch.yaml
rbatch-1.13.0 sample/conf/rbatch.yaml
rbatch-1.12.3 sample/conf/rbatch.yaml
rbatch-1.12.2 sample/conf/rbatch.yaml
rbatch-1.12.1 sample/conf/rbatch.yaml
rbatch-1.12.0 sample/conf/rbatch.yaml
rbatch-1.11.0 sample/conf/rbatch.yaml
rbatch-1.10.0 sample/conf/rbatch.yaml
rbatch-1.9.0 sample/conf/rbatch.yaml
rbatch-1.8.2 sample/conf/rbatch.yaml
rbatch-1.8.1 sample/conf/rbatch.yaml
rbatch-1.8.0 sample/conf/rbatch.yaml
rbatch-1.7.0 sample/conf/rbatch.yaml
rbatch-1.6.6 sample/conf/rbatch.yaml
rbatch-1.6.4 sample/conf/rbatch.yaml
rbatch-1.4.0 sample/config/rbatch.yaml