added logging for config

This commit is contained in:
Ashish Jain
2024-06-12 14:45:54 +02:00
parent 8ff462f01c
commit 67cf57ae4f

View File

@@ -46,6 +46,7 @@ export const draw = async function (
) {
log.info('REF0:', positions);
log.info('Drawing state diagram (v2)', id);
log.info('Diagram Configuration:', getConfig());
const { securityLevel, state: conf, layout } = getConfig();
// Extracting the data from the parsed structure into a more usable form
// Not related to the refactoring, but this is the first step in the rendering process