Skip to content

1.0.37

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 11:40
· 438 commits to develop since this release
f6011b5

New: Command line argument --appLogLevels for controlling application logs. This can have values error, warn, info, debug. It can be single or multiple levels separated by comma. Default is error.

ex: --appLogLevels=error,warn

Thanks @Thaodan for reporting.