mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge pull request #2083 from hydrosquall/patch-1
[docs] Update default log level value with correct datatype
This commit is contained in:
commit
a78ccb460d
@ -1110,7 +1110,7 @@ mermaidAPI.initialize({
|
||||
<script>
|
||||
var config = {
|
||||
theme:'default',
|
||||
logLevel:'fatal',
|
||||
logLevel: 5, // corresponds with "fatal"
|
||||
securityLevel:'strict',
|
||||
startOnLoad:true,
|
||||
arrowMarkerAbsolute:false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user