pbb.ini 714 Bytes
[main]
module = payment_report.pbb.default
models = sismiop.models.default
db_url = postgresql://user:pass@localhost/db
h2h_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/pbb-report.pid
kd_tp =
    41:POSPBB

[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/pbb-report.log
formatter = simple 

[logger_root]
handlers = console, file
level = INFO