aboutsummaryrefslogtreecommitdiffstats
path: root/cloud_mdir_sync/config.py
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2020-02-05 09:30:07 -0400
committerJason Gunthorpe <jgg@mellanox.com>2020-02-05 09:30:56 -0400
commite099b49c60c0ac346df097ac2a4099ac47c893fe (patch)
tree1f0d47e9a2a54b1ec3caba0a6a1df70b61098cf8 /cloud_mdir_sync/config.py
parent5775635951152c2e86fe8f1c1b584e2d49d5fe68 (diff)
downloadcloud_mdir_sync-e099b49c60c0ac346df097ac2a4099ac47c893fe.tar.gz
cloud_mdir_sync-e099b49c60c0ac346df097ac2a4099ac47c893fe.tar.bz2
cloud_mdir_sync-e099b49c60c0ac346df097ac2a4099ac47c893fe.zip
Do not run tracing by default
trace is only for debugging adventures. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'cloud_mdir_sync/config.py')
-rw-r--r--cloud_mdir_sync/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_mdir_sync/config.py b/cloud_mdir_sync/config.py
index bdec863..f0b5796 100644
--- a/cloud_mdir_sync/config.py
+++ b/cloud_mdir_sync/config.py
@@ -17,7 +17,7 @@ class Config(object):
"""Program configuration and general global state"""
message_db_dir = "~/mail/.cms/"
domains: Dict[str, Any] = {}
- trace_file: Any
+ trace_file: Any = None
web_app: "oauth.WebServer"
logger: logging.Logger
loop: asyncio.AbstractEventLoop