Skip to content

Commit bb73e1f

Browse files
committed
add info log before restarting api
1 parent ac103e2 commit bb73e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/unraid-api/graph/connect/connect.resolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class ConnectResolver implements ConnectResolvers {
7070
const currentSettings = await this.connectSettingsService.getCurrentSettings();
7171
if (restartRequired) {
7272
setTimeout(async () => {
73+
this.logger.log('Restarting API');
7374
await this.connectService.restartApi();
7475
}, 3_000);
7576
}

0 commit comments

Comments
 (0)