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,
|
||||
|
||||
@@ -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