Skip to content

Commit

Permalink
fix(distrib): Update default LogManager property in kura.properties f…
Browse files Browse the repository at this point in the history
…ile (#5541)

Added missing property to kura.properties file

Signed-off-by: pierantoniomerlino <[email protected]>
  • Loading branch information
pierantoniomerlino authored Nov 12, 2024
1 parent 616c196 commit 2b999d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ os.distribution.version=20.04
kura.command.user=kura
kura.legacy.bluetooth.beacon.scan=false
kura.legacy.ppp.logging.enabled=true
kura.default.log.manager=filesystem-kura-log


## -----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ os.distribution.version=18.04
kura.command.user=kura
kura.legacy.bluetooth.beacon.scan=false
kura.legacy.ppp.logging.enabled=true
kura.default.log.manager=filesystem-kura-log


## -----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ os.distribution.version=N/A
kura.command.user=kura
kura.legacy.bluetooth.beacon.scan=false
kura.legacy.ppp.logging.enabled=true
kura.default.log.manager=filesystem-kura-log


## -----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ os.distribution.version=N/A
kura.command.user=kura
kura.legacy.bluetooth.beacon.scan=false
kura.legacy.ppp.logging.enabled=true
kura.default.log.manager=filesystem-kura-log


## -----------------------------------------------------------------------------
Expand Down

0 comments on commit 2b999d3

Please sign in to comment.