mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(core): Convert verbose to debug logs (#10574)
This commit is contained in:
@@ -218,7 +218,7 @@ export class CredentialsController {
|
||||
// Remove the encrypted data as it is not needed in the frontend
|
||||
const { data: _, ...rest } = responseData;
|
||||
|
||||
this.logger.verbose('Credential updated', { credentialId });
|
||||
this.logger.debug('Credential updated', { credentialId });
|
||||
|
||||
this.eventService.emit('credentials-updated', {
|
||||
user: req.user,
|
||||
|
||||
Reference in New Issue
Block a user