fix: debug log level when searching for a Headscale process

This commit is contained in:
Igor Ramazanov 2025-07-27 03:00:19 +00:00 committed by Aarnav Tale
parent ea004df2bb
commit 344901d38c

View File

@ -46,7 +46,7 @@ export default class ProcIntegration extends Integration<T> {
return pid;
} catch (error) {
log.error('config', 'Failed to read %s: %s', path, error);
log.debug('config', 'Failed to read %s: %s', path, error);
}
});