Skip to content

Commit

Permalink
refactor: change logger to match style in other places
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-bcps committed Dec 20, 2023
1 parent eb5df66 commit 25c84a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ system.out.println ("result: "+result);</bpmn:script>
<camunda:inputParameter name="category">${category}</camunda:inputParameter>
<camunda:inputParameter name="host">
<camunda:script scriptFormat="javascript">const host = (java.lang.System).getenv('APP_HOST');
console.log(`Host: ${host}`);
console.log(`host: ${host}`);
execution.setVariable("host", host);</camunda:script>
</camunda:inputParameter>
<camunda:outputParameter name="support">
Expand Down

0 comments on commit 25c84a7

Please sign in to comment.