Skip to content

Commit 39f1033

Browse files
committed
fix app logging
1 parent 5301ab3 commit 39f1033

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/fruity-donuts-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bluecadet/launchpad-monitor": patch
3+
---
4+
5+
Fix app logging

packages/monitor/src/launchpad-monitor.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ class LaunchpadMonitor {
3232
this._busManager = new BusManager(this._logger);
3333
this._appManager = new AppManager(this._logger, this._processManager, this._config);
3434

35+
for (const appConf of this._config.apps) {
36+
this._busManager.initAppLogging(appConf);
37+
}
38+
3539
if (this._config.shutdownOnExit) {
3640
onExit(() => {
3741
this.shutdown();

0 commit comments

Comments
 (0)