~ubuntu-branches/ubuntu/saucy/maas/saucy

« back to all changes in this revision

Viewing changes to src/maasserver/__init__.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-08-28 11:17:44 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20130828111744-a8hqmsmvvc1wnanc
Tags: 1.4+bzr1655+dfsg-0ubuntu1
* New Upstream release. (LP: #1218526)
* debian/control:
  - Depends on python-djorm-ext-pgarray, python-curtin,
    python-simplestreams, ubuntu-cloud-keyring.
  - Depends on maas-dns, maas-dhcp to get them seeded and
    into main (LP: #1227353)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
import logging
19
19
 
20
 
 
21
 
logger = logging.getLogger(__name__)
 
20
# The configuration for this logger is in
 
21
# contrib/maas_local_settings.py.
 
22
logger = logging.getLogger("maasserver")
22
23
 
23
24
 
24
25
class DefaultMeta: