fix: debug log level when searching for a Headscale process
This commit is contained in:
parent
ea004df2bb
commit
344901d38c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue