mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore(server): remove request success log (#12550)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Removed detailed verbose logging for Elasticsearch requests to reduce log noise. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -299,9 +299,6 @@ export class ElasticsearchProvider extends SearchProvider {
|
||||
type,
|
||||
});
|
||||
}
|
||||
this.logger.verbose(
|
||||
`request ${method} ${url}, body: ${body}, response status: ${response.status}, response body: ${JSON.stringify(data)}`
|
||||
);
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user