Changeset 93bbb89 in OpenWorkouts-current for production.ini


Ignore:
Timestamp:
Feb 11, 2019, 10:19:18 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
d6f8304
Parents:
5934220
Message:

Added small modifications to the production.ini (ZEO zodb conn, log files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production.ini

    r5934220 r93bbb89  
    1313pyramid.default_locale_name = en
    1414
    15 zodbconn.uri = file://%(here)s/Data.fs?connection_cache_size=20000
     15# ZODB connection
     16zodbconn.uri = zeo://%(here)s/var/zeo/zeo.sock?storage=main&blob_dir=%(here)s/var/zeo/blobs&shared_blob_dir=true&connection_pool_size=20
    1617
    1718retry.attempts = 3
     
    3435
    3536[handlers]
    36 keys = console
     37keys = filelog, console
    3738
    3839[formatters]
     
    4142[logger_root]
    4243level = WARN
    43 handlers = console
     44handlers = filelog
    4445
    4546[logger_ow]
    4647level = WARN
    47 handlers =
     48handlers = filelog
    4849qualname = ow
    4950
     
    5455formatter = generic
    5556
     57[handler_filelog]
     58class = FileHandler
     59args = ('%(here)s/var/log/openworkouts.log', 'a')
     60level = DEBUG
     61formatter = generic
     62
    5663[formatter_generic]
    5764format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s
Note: See TracChangeset for help on using the changeset viewer.