dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 200 forks source link

Multi App Run: Move log destination fields for daprd and apps to common section #1293

Closed pravinpushkar closed 1 year ago

pravinpushkar commented 1 year ago

Expected Behavior

I should be able to put daprdLogDestination and appLogDestination in the common section like below -

version: 1
common:
  daprdLogDestination: file
  appLogDestination: file
apps:

Actual Behavior

Currently I can only specify in the app's section -

version: 1
common:
apps:
 - appID: frontendapp
   daprdLogDestination: file
   appLogDestination: file 

Release Note

RELEASE NOTE:

mukundansundar commented 1 year ago

closed via #1294