mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
added logging for config
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user