You are looking at historical revision 24890 of this page. It may differ significantly from its current revision.

spiffy-sexpr-log

Introduction

Symbolic expression log format for Spiffy's access log

Author

Mario Domenech Goulart

Repository

https://github.com/mario-goulart/spiffy-sexpr-log

API

Just use this extension:

(use spiffy-sexpr-log)

spiffy-sexpr-log configures spiffy's handle-access-logging parameter to set the log format to s-expressions, so you can just read the log file or port to parse the log data.

Notice that the default spiffy configuration doesn't log anything. You have to enable logging by using the access-log parameter.

Command line tool

This egg provides a command line tool (spiffy-log2sexpr) to convert the default spiffy log format to the s-expression format.

License

BSD

Version history

0.2

Meta file fix (added category section)

0.1

Initial release