Ticket #15 (closed enhancement: fixed)

Opened 6 years ago

Last modified 7 months ago

do proper logging

Reported by: dev Assigned to: dev
Priority: major Milestone: 1.0
Component: Coherence - across the board Version:
Keywords: Cc:

Description

implement some logging technique to enable particularity per module

Change History

16.12.2006 23:22:44 changed by dev

(In [194]) on the way to some configurable logging function:

  • enable/disable per module
  • set log level per module

This addresses #15.

17.12.2006 13:38:07 changed by dev

(In [197]) more work on the logging front re #15.

Now we need to enable on/off and a level change via the web-UI.

30.12.2006 23:12:30 changed by dev

  • status changed from new to assigned.
  • milestone changed from first public beta to 0.1.

(In [212]) some improvements on the logger re #15, this will allow us to move that ticket to the next milestone

31.01.2007 22:26:47 changed by dev

(In [265]) add subsystem specific logging option

this allows to have for example an overall log level 'warning' and set it to 'info' for the Event and Service subsystem

addresses #15

31.01.2007 22:27:09 changed by dev

  • milestone changed from 0.1 to 0.2.

02.02.2007 11:00:42 changed by dev

(In [271]) - reworked the web UI to make more usage of the Athena features. - breaks for now browser based device inspection. - and addresses #15 too.

14.03.2007 16:39:14 changed by dev

(In [375]) switch in logger.py to the twisted.python.log module and activated the config 'logfile'

re #15

01.04.2007 11:33:33 changed by dev

  • type changed from defect to enhancement.
  • milestone changed from 0.2 to 0.3.

moved to the next milestone

11.06.2007 18:16:06 changed by dev

  • milestone changed from 0.3 to 0.4.

moved to the next milestone

23.07.2007 22:35:08 changed by dev

  • milestone changed from 0.4 to 1.0.

changed to use the new logging framework introduced in [494] and adapted in [581] and [582] again to the old behaviour

31.12.2007 11:46:44 changed by dev

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