Typo fix in "advanced" document
Little typo (character missing) fixed.
This commit is contained in:
parent
8e2c4ee981
commit
d453161737
@ -161,7 +161,7 @@ Gorm has built-in logger support, by default, it will print happened errors
|
|||||||
// Enable Logger, show detailed log
|
// Enable Logger, show detailed log
|
||||||
db.LogMode(true)
|
db.LogMode(true)
|
||||||
|
|
||||||
// Diable Logger, don't show any log
|
// Disable Logger, don't show any log
|
||||||
db.LogMode(false)
|
db.LogMode(false)
|
||||||
|
|
||||||
// Debug a single operation, show detailed log for this operation
|
// Debug a single operation, show detailed log for this operation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user