Skip to content

Commit f985299

Browse files
committed
add support for console log filtering #747 WIP fix regressions
1 parent 8c0dbf6 commit f985299

File tree

3 files changed

+249
-231
lines changed

3 files changed

+249
-231
lines changed

web-client/src/stores/fieldNameStore.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ function getMissionForReqId(reqId: number): string {
6565
if (funcStr) {
6666
return getMissionFromApiStr(funcStr)
6767
} else {
68-
logger.warn('No API found in getMissionForReqId', { reqId, funcStr })
68+
logger.debug('No API found in getMissionForReqId (reactivity should retry when loaded)', {
69+
reqId,
70+
funcStr
71+
})
6972
return 'ICESat-2' // Default to ICESat-2 if no API found
7073
}
7174
}

0 commit comments

Comments
 (0)