Skip to content
  • magnus.blaudd@oracle.com's avatar
    4df06c9e
    Bug#11764570: NDB_ERROR_REPORTER ONLY COLLECTS LOGS MATCHING NAME · 4df06c9e
    magnus.blaudd@oracle.com authored
    NDB_$ID*.
     - Remove 'logger.log' as default filename from FileLogHandler
     - Require filename argument to Logger::createFileHandler() and always
       call FileLogHandler constructor with that name.
     - Move the addHandler function from Logger to MgmtSrvr thus making it
       significantly easier to pass the default cluster log filename for the
       current node to the FileLogHandler constructor.
     - Make ndb_error_reporter parse out filename=xxx from LogDestination
       and try to copy that file(can theoretically be more than one)
       as well from the remote host.
     - Add testcase making sure that ndb_mgmd does not create logger.log anymore
       but instead defaults to ndb_<nodeid>_cluster.log if LogDestination=FILE:
       has been used wiuthout filename= parameter
    4df06c9e
    Bug#11764570: NDB_ERROR_REPORTER ONLY COLLECTS LOGS MATCHING NAME
    magnus.blaudd@oracle.com authored
    NDB_$ID*.
     - Remove 'logger.log' as default filename from FileLogHandler
     - Require filename argument to Logger::createFileHandler() and always
       call FileLogHandler constructor with that name.
     - Move the addHandler function from Logger to MgmtSrvr thus making it
       significantly easier to pass the default cluster log filename for the
       current node to the FileLogHandler constructor.
     - Make ndb_error_reporter parse out filename=xxx from LogDestination
       and try to copy that file(can theoretically be more than one)
       as well from the remote host.
     - Add testcase making sure that ndb_mgmd does not create logger.log anymore
       but instead defaults to ndb_<nodeid>_cluster.log if LogDestination=FILE:
       has been used wiuthout filename= parameter
Loading