Ticket #879 (closed defect: fixed)

Opened 2 years ago

Last modified 3 months ago

TLS not working - wrong logging

Reported by: kubicek Assigned to: nobody
Priority: high Milestone: Munin 2.0
Component: master Version: 1.4.3
Severity: normal Keywords:
Cc:

Description

changeset:2726 removed Munin::Master::Logger from Master::Node thus logging in TLS.pm is not working and it is not possible to run debug mode.

Either require Munin::Master::Logger again or apply attached patch which changes logger to ERROR/WARN/INFO methods

Attachments

TLS.pm.patch (5.0 kB) - added by kubicek on 03/05/10 15:08:17.
Patch for TLS.pm

Change History

03/05/10 15:08:17 changed by kubicek

  • attachment TLS.pm.patch added.

Patch for TLS.pm

04/13/10 02:03:54 changed by bldewolf

  • status changed from new to closed.
  • resolution set to fixed.

The node uses TLS.pm as well and we do not want to require Log4perl on nodes. Therefore, I resolved the issue by passing a logger function to TLS.pm from the master of the same form that it expects from the node in r3483.