Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 로그 파일

    • windows는 “%BSR_PATH%\..\log\” 에 저장 됩니다.

    • linux는 “/var/log/bsr/” 에 저장 됩니다.

  • bsrwatch

    • bsr로그를 실시간으로 출력 합니다.

  • bsrcon

    • 로그 레벨, 로그파일 저장에 대한 설정을 하거나 조회를 합니다.

조회

  • 로그 레벨, 로그 파일 저장 조회

    • bsrcon /get_log_info 명령 실행

Code Block
bsrcon /get_log_info
Current log level.
    system-lv : err(3)
    debug-lv : info(6)
    feature-lv : 0
Number of log files that can be saved.
Maximum size of one log file is 50M.
    bsrdriver : 15
    bsradm : 2
    bsrsetup : 2
    bsrmeta : 2

설정

  • 로그 레벨, 로그 파일 저장 설정

    • system 로그 레벨 기본 값은 err(3), debug 로그 레벨 기본 값은 info(6), feature 로그 레벨 기본 값은 none(0) 입니다.

    • bsr로그 파일 저장 기본 값은 15, CLI로그 파일 저장 기본 값은 2 입니다.

Code Block
bsrcon
usage: bsrcon cmds options
...
  /maxlogfile_cnt [LogFileMaxCount : 0 ~ 1000]
  /climaxlogfile_cnt [adm, setup, meta] [LogFileMaxCount : 0 ~ 255]
  /minlog_lv [sys, dbg] [Level : 0~7] level info, emerg(0) alert(1) criti(2) err(3) warning(4) notice(5) info(6) debug(7)
  /minlog_lv feature [flag : 0,1,2,4] level info, none(0) oos(1) latency(2) verify(4)
...

ex)
  bsrcon /minlog_lv sys
6 => bsr로그 레벨 info(6) 설정 =>  bsrcon /maxlogfile_cnt 5 =>minlog_lv sys 6
  bsr로그 로그 파일 저장 5개 설정 =>  bsrcon /climaxlogfilemaxlogfile_cnt adm5
5 => CLI 중 bsradm 로그 파일 저장 5개 설정 => bsrcon /climaxlogfile_cnt adm 5

형식

  • bsr로그

Code Block
00000053 07/15/2020 13:43:11.327 [get_max_agreeable_size] bsr_info<6>bsr r0/0 minor 2 pnode-id:0, pdsk(DUnknown), prpl(Off), pdvflag(0x0): node_id: 0 idx: 1 bm-uuid: 0x0 flags: 0x20010 max_size: 0 (DUnknown)

...