Merge pull request #2083 from hydrosquall/patch-1

[docs] Update default log level value with correct datatype
This commit is contained in:
Knut Sveidqvist 2021-06-25 10:26:40 +02:00 committed by GitHub
commit a78ccb460d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1110,7 +1110,7 @@ mermaidAPI.initialize({
<script>
var config = {
theme:'default',
logLevel:'fatal',
logLevel: 5, // corresponds with "fatal"
securityLevel:'strict',
startOnLoad:true,
arrowMarkerAbsolute:false,