fix: debug log level when searching for a Headscale process
This commit is contained in:
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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user