mirror of
https://github.com/unraid/api.git
synced 2026-01-04 15:39:52 -06:00
fix: add better nchan logging
This commit is contained in:
@@ -48,7 +48,7 @@ const subscribe = async (endpoint: string) => new Promise<void>(resolve => {
|
||||
});
|
||||
|
||||
sub.on('connect', function (_event) {
|
||||
nchanLogger.debug('Connected!');
|
||||
nchanLogger.debug('NCHAN:CONNECTED:%s', endpoint);
|
||||
resolve();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user