We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12608bc commit 3cf02d3Copy full SHA for 3cf02d3
1 file changed
adminforth/basePlugin.ts
@@ -47,7 +47,7 @@ export default class AdminForthPlugin implements IAdminForthPlugin {
47
48
const seed = `af_pl_${this.constructor.name}_${resourceConfig.resourceId}_${uniqueness}`;
49
this.pluginInstanceId = md5hash(seed);
50
- afLogger.trace(`🪲 AdminForthPlugin.modifyResourceConfig, ${seed}, 'id', ${this.pluginInstanceId}`);
+ afLogger.trace({seed, pluginInstanceId: this.pluginInstanceId}, `🪲 AdminForthPlugin.modifyResourceConfig`);
51
this.adminforth = adminforth;
52
}
53
0 commit comments