mirror of
https://github.com/tale/headplane.git
synced 2026-07-31 09:42:13 +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;
|
||||
} 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