Ticket #394 (closed Task: fixed)
change system logger
| Reported by: | bryan | Owned by: | bryan |
|---|---|---|---|
| Priority: | critical | Milestone: | V1.0 CMIP5 Questionnaire Release |
| Component: | WP6 - CMIP5 Questionnaire | Version: | |
| Keywords: | Cc: | ||
| Requirement: | http://metaforclimate.eu/Work-Package-2/Developing-the-CIM/Project-Requirements-summary.htm | ||
Description (last modified by bryan) (diff)
Phil recommends we replace import logging in all modules with
import logging log=logging.getLogger(__name__)
This seems like a good idea.
Alternatively, I could create a class for my logger in some utility file and import that everywhere, and it could have an arbitrary name of use to me ... but it wouldn't distinguish the subfile ...
Change History
Note: See
TracTickets for help on using
tickets.

or I could modify the settings.py and use a keyword ... we'll try that first ...