mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
logs: debug Pipfile update error
This commit is contained in:
parent
41e1730352
commit
4154c9f364
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export async function updateArtifacts({
|
|||
},
|
||||
];
|
||||
} catch (err) {
|
||||
logger.warn({ err }, 'Failed to update Pipfile.lock');
|
||||
logger.debug({ err }, 'Failed to update Pipfile.lock');
|
||||
return [
|
||||
{
|
||||
artifactError: {
|
||||
|
|
Loading…
Reference in a new issue