378635224b
Taking advantage of this middleware either requires enabling verbose/debug or utilizing an external logging.conf which configures an 'access' logger. Example output: 127.0.0.1 - - [2013-01-29T17:15:02.752214] "GET http://localhost:5000/v3/projects HTTP/1.0" 200 16 This patch also revises etc/logging.conf.sample with some more practical defaults (e.g. supporting externally-managed log rotations) in addition to illustrating how to generate an 'access.log' file. DocImpact Change-Id: I2a6048fa5fbf8661a6859d9e3a259d4cfa5fc589
30 lines
326 B
Plaintext
30 lines
326 B
Plaintext
*.pyc
|
|
*.swp
|
|
vendor
|
|
.ksl-venv
|
|
.venv
|
|
.tox
|
|
keystone.egg-info/
|
|
*.log
|
|
.coverage
|
|
coverage.xml
|
|
cover/*
|
|
covhtml
|
|
pep8.txt
|
|
nosetests.xml
|
|
*.db
|
|
doc/build
|
|
.DS_Store
|
|
doc/source/modules.rst
|
|
doc/source/keystone.*
|
|
ChangeLog
|
|
requirements.txt
|
|
AUTHORS
|
|
build/
|
|
dist/
|
|
etc/keystone.conf
|
|
etc/logging.conf
|
|
tests/test.db.pristine
|
|
.project
|
|
.pydevproject
|