mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 11:15:42 +00:00
fix: debug log level when searching for a Headscale process
This commit is contained in:
committed by
Aarnav Tale
parent
ea004df2bb
commit
344901d38c
@@ -46,7 +46,7 @@ export default class ProcIntegration extends Integration<T> {
|
|||||||
|
|
||||||
return pid;
|
return pid;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
log.error('config', 'Failed to read %s: %s', path, error);
|
log.debug('config', 'Failed to read %s: %s', path, error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user