Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Mar 5, 2024
1 parent cea2445 commit 0da0369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export class Context {
buildCustomModel(builder: ModelBuilder, name: string) {
const model = Model.parseFromBuilder(builder, name)

log.info(`🔨 Custom model built and added to cache`)
log.debug(`🔨 Custom model built and added to cache`)

ModelCache.instance.add(model)
}
Expand Down

0 comments on commit 0da0369

Please sign in to comment.