feat(platform): log refresh mesh-on cache miss with scope at debug
When mesh search refresh misses cache with includeMesh true, emit a dedicated debug line before the mesh-on refresh span. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -1398,6 +1398,13 @@ class PearcordPlatform extends EventEmitter {
|
||||
queryLen: String(this._searchQuery || '').length,
|
||||
includeMesh: this._searchIncludeMesh
|
||||
})
|
||||
if (this._searchIncludeMesh) {
|
||||
this.log.debug('guild.search refresh mesh-on cache miss', {
|
||||
scope,
|
||||
queryLen: String(this._searchQuery || '').length,
|
||||
includeMesh: true
|
||||
})
|
||||
}
|
||||
this.log.debug('guild.search refresh mesh-on', {
|
||||
scope,
|
||||
queryLen: String(this._searchQuery || '').length,
|
||||
|
||||
Reference in New Issue
Block a user