diff options
| author | John Kraal <johnkraal@icloud.com> | 2014-04-25 10:00:31 +0200 |
|---|---|---|
| committer | John Kraal <johnkraal@icloud.com> | 2014-04-25 10:00:31 +0200 |
| commit | 6d37c8632b713af56c366c3ebeca55a89b30b57a (patch) | |
| tree | 21a9689e08d5980ceebc5a422617f0de03956dd3 | |
| parent | e36788c38b06d154d04f90530fb25d503748b63f (diff) | |
| download | pyramid-6d37c8632b713af56c366c3ebeca55a89b30b57a.tar.gz pyramid-6d37c8632b713af56c366c3ebeca55a89b30b57a.tar.bz2 pyramid-6d37c8632b713af56c366c3ebeca55a89b30b57a.zip | |
added line numbers to generic log formatter
| -rw-r--r-- | pyramid/scaffolds/alchemy/production.ini_tmpl | 2 | ||||
| -rw-r--r-- | pyramid/scaffolds/starter/production.ini_tmpl | 2 | ||||
| -rw-r--r-- | pyramid/scaffolds/zodb/production.ini_tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pyramid/scaffolds/alchemy/production.ini_tmpl b/pyramid/scaffolds/alchemy/production.ini_tmpl index b316ec9ca..022bc0b7b 100644 --- a/pyramid/scaffolds/alchemy/production.ini_tmpl +++ b/pyramid/scaffolds/alchemy/production.ini_tmpl @@ -59,4 +59,4 @@ level = NOTSET formatter = generic [formatter_generic] -format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s +format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s diff --git a/pyramid/scaffolds/starter/production.ini_tmpl b/pyramid/scaffolds/starter/production.ini_tmpl index 6a123abf5..b2681c71d 100644 --- a/pyramid/scaffolds/starter/production.ini_tmpl +++ b/pyramid/scaffolds/starter/production.ini_tmpl @@ -51,4 +51,4 @@ level = NOTSET formatter = generic [formatter_generic] -format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s +format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s diff --git a/pyramid/scaffolds/zodb/production.ini_tmpl b/pyramid/scaffolds/zodb/production.ini_tmpl index c231e159d..522ff7651 100644 --- a/pyramid/scaffolds/zodb/production.ini_tmpl +++ b/pyramid/scaffolds/zodb/production.ini_tmpl @@ -57,4 +57,4 @@ level = NOTSET formatter = generic [formatter_generic] -format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s +format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s |
