archivebox.monkey_patches

Module Contents

Classes

ModifiedAccessLogGenerator

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

Data

TERM_WIDTH

API

archivebox.monkey_patches.TERM_WIDTH[source]

None

class archivebox.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]