[docs] Update default log level value

This commit is contained in:
Cameron Yick 2021-05-18 23:39:26 -04:00 committed by GitHub
parent ff75122095
commit 5fb8d34a07
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,