Skip to content
Snippets Groups Projects
Commit ef163057 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Enabling ECHO mode for the database.

parent d395b903
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ from common.Settings import get_setting
LOGGER = logging.getLogger(__name__)
APP_NAME = 'tfs'
ECHO = False # true: dump SQL commands and transactions executed
CRDB_URI_TEMPLATE = 'cockroachdb://{:s}:{:s}@cockroachdb-public.{:s}.svc.cluster.local:{:s}/{:s}?sslmode={:s}&currentSchema=tfs'
ECHO = True # true: dump SQL commands and transactions executed
CRDB_URI_TEMPLATE = 'cockroachdb://{:s}:{:s}@cockroachdb-public.{:s}.svc.cluster.local:{:s}/{:s}?sslmode={:s}'
class Engine:
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment