Skip to content

Commit b8b159d

Browse files
committed
removing debug logs
Signed-off-by: Fernando Rocha <[email protected]>
1 parent ba969a1 commit b8b159d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/python/http/dapr.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ apps:
44
appID: job-service
55
appPort: 6200
66
daprHTTPPort: 6280
7-
logLevel: debug
87
schedulerHostAddress: localhost
98
command: ["python3", "app.py"]
109
- appDirPath: ./job-scheduler/
1110
appID: job-scheduler
1211
appPort: 6300
1312
daprHTTPPort: 6380
14-
logLevel: debug
1513
command: ["python3", "app.py"]

0 commit comments

Comments
 (0)