File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ENV=LOCAL
44# Debug
55SYNCMASTER__SERVER__DEBUG=true
66
7- # TODO: split to backend and worker loggins
87# Logging
98SYNCMASTER__LOGGING__SETUP=True
109SYNCMASTER__LOGGING__PRESET=colored
Original file line number Diff line number Diff line change @@ -5,12 +5,8 @@ export ENV=LOCAL
55export SYNCMASTER__SERVER__DEBUG = true
66
77# Logging
8- export SYNCMASTER__SERVER__LOGGING__SETUP = True
9- export SYNCMASTER__SERVER__LOGGING__PRESET = colored
10-
11- # Logging Worker
12- export SYNCMASTER__WORKER__LOGGING__SETUP = True
13- export SYNCMASTER__WORKER__LOGGING__PRESET = json
8+ export SYNCMASTER__LOGGING__SETUP = True
9+ export SYNCMASTER__LOGGING__PRESET = colored
1410
1511# Encrypt / Decrypt credentials data
1612export SYNCMASTER__CRYPTO_KEY = UBgPTioFrtH2unlC4XFDiGf5sYfzbdSf_VgiUSaQc94=
You can’t perform that action at this time.
0 commit comments