Skip to content

Commit

Permalink
Add detail to a couple of message logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Dec 23, 2024
1 parent 74cff49 commit 692357c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion background/services/chain/asset-data-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ export default class AssetDataHelper {
)
} catch (error) {
logger.debug(
`Problem resolving asset balances; network ${addressOnNetwork.network} may not support it.`,
"Problem resolving asset balances; network",
addressOnNetwork.network,
"may not support it.",
error,
)
}
Expand Down
1 change: 1 addition & 0 deletions background/services/indexing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ export default class IndexingService extends BaseService<Events> {
} catch (err) {
logger.error(
`Error fetching, validating, and saving token list ${url}`,
err,
)
}
}
Expand Down

0 comments on commit 692357c

Please sign in to comment.