webr.ini 615 Bytes
[main]
module = payment_report.webr.default
db_url = postgresql://user:pass@localhost/db
#va_db_url = postgresql://user:pass@localhost/db
report_db_url = postgresql://user:pass@localhost/db
pid_file = /home/sugiana/tmp/webr-report.pid

[formatter_generic]
format = %(asctime)s %(levelname)s %(name)s %(message)s

[formatter_simple]
format = %(asctime)s %(levelname)s %(message)s

[handler_console]
class = StreamHandler
stream = sys.stdout
formatter = generic

[handler_file]
class = FileHandler
filename = /home/sugiana/log/webr-report.log
formatter = simple 

[logger_root]
handlers = console, file
level = INFO