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

__package__

TERM_WIDTH

API

archivebox.monkey_patches.__package__

‘archivebox’

archivebox.monkey_patches.TERM_WIDTH

None

class archivebox.monkey_patches.ModifiedAccessLogGenerator

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)