mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Merge branch 'develop' into feature/AleaIdField_as_primary_key
This commit is contained in:
commit
4a5988854f
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ class DDPHandler(logging.Handler):
|
|||
"""Logging handler that streams log events via DDP to the current client."""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
print(self.__class__, args, kwargs)
|
||||
self.logger = logging.getLogger('django.db.backends')
|
||||
self.logger.info('Test')
|
||||
super(DDPHandler, self).__init__(*args, **kwargs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue