archivebox.misc.monkey_patches

Module Contents

Classes

ModifiedAccessLogGenerator

Clutge workaround until daphne uses the Python logging framework. https://github.com/django/daphne/pull/473/files

API

class archivebox.misc.monkey_patches.ModifiedAccessLogGenerator[source]

Bases: daphne.access.AccessLogGenerator

Clutge workaround until daphne uses the Python logging framework. https://github.com/django/daphne/pull/473/files

write_entry(host, date, request, status=None, length=None, ident=None, user=None)[source]