We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af0b5ae + 3cf02d3 commit 63a97ceCopy full SHA for 63a97ce
3 files 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