p-hennessy / Bolt

All the parts for building a Discord robot
https://docs.bolt.bot/
MIT License
8 stars 6 forks source link

Better logging of processed webhooks #108

Closed p-hennessy closed 4 years ago

p-hennessy commented 4 years ago

Heres the data i want to log:

f"{method} {path} {size} {status} {response_time} {forwarded_host} {user_agent}"

Probably will want this to be json parsable too

p-hennessy commented 4 years ago

109