comparison examples/turbogears/sample-prod.cfg @ 230:84168828b074 trunk

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents 64ff134868c4
children
comparison
equal deleted inserted replaced
229:58d974683419 230:84168828b074
2 # This is where all of your settings go for your production environment. 2 # This is where all of your settings go for your production environment.
3 # You'll copy this file over to your production server and provide it 3 # You'll copy this file over to your production server and provide it
4 # as a command-line option to your start script. 4 # as a command-line option to your start script.
5 # Settings that are the same for both development and production 5 # Settings that are the same for both development and production
6 # (such as template engine, encodings, etc.) all go in 6 # (such as template engine, encodings, etc.) all go in
7 # markuptest/config/app.cfg 7 # genshitest/config/app.cfg
8 8
9 # pick the form for your database 9 # pick the form for your database
10 # sqlobject.dburi="postgres://username@hostname/databasename" 10 # sqlobject.dburi="postgres://username@hostname/databasename"
11 # sqlobject.dburi="mysql://username:password@hostname:port/databasename" 11 # sqlobject.dburi="mysql://username:password@hostname:port/databasename"
12 # sqlobject.dburi="sqlite:///file_name_and_path" 12 # sqlobject.dburi="sqlite:///file_name_and_path"
42 42
43 # LOGGING 43 # LOGGING
44 # Logging configuration generally follows the style of the standard 44 # Logging configuration generally follows the style of the standard
45 # Python logging module configuration. Note that when specifying 45 # Python logging module configuration. Note that when specifying
46 # log format messages, you need to use *() for formatting variables. 46 # log format messages, you need to use *() for formatting variables.
47 # Deployment independent log configuration is in markuptest/config/log.cfg 47 # Deployment independent log configuration is in genshitest/config/log.cfg
48 [logging] 48 [logging]
49 49
50 [[handlers]] 50 [[handlers]]
51 51
52 [[[access_out]]] 52 [[[access_out]]]
55 class='FileHandler' 55 class='FileHandler'
56 level='INFO' 56 level='INFO'
57 formatter='message_only' 57 formatter='message_only'
58 58
59 [[loggers]] 59 [[loggers]]
60 [[[markuptest]]] 60 [[[genshitest]]]
61 level='ERROR' 61 level='ERROR'
62 qualname='markuptest' 62 qualname='genshitest'
63 handlers=['error_out'] 63 handlers=['error_out']
64 64
65 [[[access]]] 65 [[[access]]]
66 level='INFO' 66 level='INFO'
67 qualname='turbogears.access' 67 qualname='turbogears.access'
Copyright (C) 2012-2017 Edgewall Software