summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-03-19 14:49:18 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-03-19 16:33:00 -0500
commitee577163e32b88ca1345124c96ae3113d9a5ccdd (patch)
tree7099288e9afd730b0bd79059480cd1fa10139175 /.gitignore
parent83bc8c088ec66a858afce9a889a4407c59b9d48e (diff)
downloadkeystone-ee577163e32b88ca1345124c96ae3113d9a5ccdd.tar.gz
Improved file logging example (bug 959610)
- Root logger w/ file handler will log WARNING, ERROR, CRITICAL by default Change-Id: I36cd07cec85712640daa013563401a3bc52f290c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7dfd4366a..264b4019a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@ vendor
.venv
.tox
keystone.egg-info/
-run_tests.log
+*.log
.coverage
covhtml
pep8.txt