Skip to main content
# Sanic Apache Access Logs

Sanic Plugin to log access logs in common or combined format

## How to use


```python
from sanic import Sanic
from sanic.response import json
from sanic_apache_accesslogs import AccessLogPlugin


app = Sanic(__name__, configure_logging=False)

AccessLogPlugin(app)


@app.route('/', methods=['GET'])
async def hello(request):
return json({'hello': 'world'})


if __name__ == '__main__':
app.run(host='localhost', port=5000, access_log=False)
```


## Common or Combined?


For choosing the format set the environment variable `ACCESSLOG_USE_COMBINED` to choose combined over common.


## TODO(s)

* Use Sanic configuration context to choose between the logging format.


## Contact

Arnulfo Solis
arnulfojr94@gmail.com

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sanic_apache_accesslogs-0.2.1.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file sanic_apache_accesslogs-0.2.1.tar.gz.

File metadata

File hashes

Hashes for sanic_apache_accesslogs-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2ab7d4ceea54dda959d8503d96b415635e06e9d6aaf75c0ff3f3ee02af19d8cc
MD5 2897d5268d1e1f7268882c4294e46315
BLAKE2b-256 a0864638cb03aeec6f6c8c87d887e00539b7cef245044858054b86c1bd4021d3

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.1 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page