github.com/klaytn/klaytn@v1.12.1/build/rpm/etc/kbnd/conf/kbnd.conf (about)

     1  # Configuration file for the kbnd
     2  
     3  NETWORK_ID=
     4  KEY_PATH=/var/kbnd/keystore/nodekey
     5  LOG_DIR=/var/log/kbnd
     6  DATA_DIR=/var/kbnd/data
     7  
     8  # Setting 1 is to enable options, otherwise disabled.
     9  METRICS=1
    10  PROMETHEUS=1
    11  
    12  # log rotation related options
    13  LOG_ROTATE=0 # setting 1 to enable the log rotation related options
    14  LOG_MAXSIZE=100 # the unit is MB
    15  LOG_MAXBACKUPS=10
    16  LOG_MAXAGE=30 # maximum number of days to retain a log file
    17  LOG_COMPRESS=1 # setting 1 to compress the backup logs in gz format
    18  
    19  ADDITIONAL=""
    20  AUTHORIZED_NODES=""
    21  
    22  # auto restart options
    23  AUTO_RESTART_NODE=0
    24  AUTO_RESTART_INTERVAL=0.1