mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
refactor(core): Convert verbose to debug logs (#10574)
This commit is contained in:
@@ -388,7 +388,7 @@ export class CredentialsService {
|
||||
|
||||
return savedCredential;
|
||||
});
|
||||
this.logger.verbose('New credential created', {
|
||||
this.logger.debug('New credential created', {
|
||||
credentialId: newCredential.id,
|
||||
ownerId: user.id,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user