Forum Discussion

robertoaxity's avatar
robertoaxity
Moderator
3 years ago

NBRNTD - create many logs

Hello

Good afternoon, the nbrntd process is generating a lot of logs every 3 min and consuming a lot of space, also the log reports the following.

0,51216,387,387,99322223,1674670942658,163081,140735952483712,0:,68:[Statistic] 11 link_id:33 Network broken!(local_connection.cpp:1493),17:wan_status_notify,1
0,51216,387,387,99322224,1674670942659,163081,140735952483712,0:,75:Find acceptor 0x100ff070 according to 100FF070_0032(timer_handler.cpp:1178),13:find_acceptor,1
0,51216,387,387,99322225,1674670942659,163081,140735952483712,0:,71:[Statistic] 11 link_id:33 Network recovered!(local_connection.cpp:1487),17:wan_status_notify,1
0,51216,387,387,99322226,1674670942660,163081,140735952483712,0:,93:WAN 15 at slot 32 - unable to send data - error : 32 - Broken pipe(remote_connection.cpp:340),18:handle_output_base,1

Please help and management

3 Replies

  • Clean out log files with vxlogmgr : 

    -b after

    -e before

    vxlogmgr --del -p 51216 -b '06/12/2022 12:00:00 PM'

    Set default  log level 

    vxlogcfg -a -p 51216 -o Default -s DebugLevel=1 -s DiagnosticLevel=6

    That should stop exercise logging.

     

     

  • Hello Nicolai,

    I use default log, but the logs keep appearing every 3 minutes.

    Regards

  • Hi that is because your debug level is activated (#0)
    Here is the command to disable logging
    Vxlogcfg -a -p nb -o 387 -s DebugLevel=0
    You can check vebosity level set now by checking nblog.conf file or run vxlogcfg with -l argument.