Skip to content

Commit 63a97ce

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents af0b5ae + 3cf02d3 commit 63a97ce

3 files changed

Lines changed: 351 additions & 311 deletions

File tree

adminforth/basePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class AdminForthPlugin implements IAdminForthPlugin {
4747

4848
const seed = `af_pl_${this.constructor.name}_${resourceConfig.resourceId}_${uniqueness}`;
4949
this.pluginInstanceId = md5hash(seed);
50-
afLogger.trace(`🪲 AdminForthPlugin.modifyResourceConfig, ${seed}, 'id', ${this.pluginInstanceId}`);
50+
afLogger.trace({seed, pluginInstanceId: this.pluginInstanceId}, `🪲 AdminForthPlugin.modifyResourceConfig`);
5151
this.adminforth = adminforth;
5252
}
5353

0 commit comments

Comments
 (0)