Nico Rehwaldt
Nico Rehwaldt
@kmannuru Yes, what you show will be accomplished using above mechanism, through the following: * Rules support meta-data, including documentation URL (https://github.com/bpmn-io/bpmnlint/issues/18) * Modeler picks up the documentation URL (if...
Updated issue based on the [confirmed solution sketch](https://github.com/camunda/camunda-modeler/issues/4491#issuecomment-2360163612).
> However I'm able to get this feature working following just by adding metadata to the rule and updating the linting module. We want the meta-data to attach _automatically_, this...
@kmannuru If you're still open to contribute this change, let's move along the [desired solution sketch](https://github.com/camunda/camunda-modeler/issues/4491#issuecomment-2360163612), https://github.com/camunda/linting/pull/121#issuecomment-2516732147.
Core support will ship via https://github.com/bpmn-io/bpmnlint/pull/165.
@mljohns89 How is that not helpful? It lays out that you can control the modeler debug level through various environment variables. Could you share more context? I.e. which modeler version...
> To answer your question, I am on Windows and using the latest version of Desktop Modeler (5.16.0) Thanks for this helpful detail!
On windows you'll be able to set environment variables using the [`SET` command](https://superuser.com/questions/23048/setting-multiple-environment-variables-in-a-shell-spawned-via-windows-batch-scri.), I believe. There may be other options, of course, too. @philippfromme How do you do it?
We could consider adding a flag `--log-level=DEBUG` to the Desktop Modeler to enable all these properties internally. Will created a feature request for that: https://github.com/camunda/camunda-modeler/issues/3988
@mljohns89 did you succeed with [@philippfromme's advice](https://github.com/camunda/camunda-docs/issues/2879#issuecomment-1814176147)?