diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-09-07 21:44:11 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-09-07 21:44:11 +0200 |
commit | dcf25c0b49eefef0572ec66337a5721bfde22233 (patch) | |
tree | 97398f5ea6418a9417a1f6e9258b0efc24703db8 /markup/asciidocext | |
parent | b9e4f5898b1f8c5cb3b5e6525d1381ed3c9c5904 (diff) | |
download | hugo-dcf25c0b49eefef0572ec66337a5721bfde22233.tar.gz hugo-dcf25c0b49eefef0572ec66337a5721bfde22233.zip |
markup/asciidocext: Revert trace=true
Diffstat (limited to 'markup/asciidocext')
-rw-r--r-- | markup/asciidocext/asciidocext_config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/asciidocext/asciidocext_config/config.go b/markup/asciidocext/asciidocext_config/config.go index 79d103dc7..231946b3c 100644 --- a/markup/asciidocext/asciidocext_config/config.go +++ b/markup/asciidocext/asciidocext_config/config.go @@ -24,7 +24,7 @@ var ( SafeMode: "unsafe", SectionNumbers: false, Verbose: false, - Trace: true, + Trace: false, FailureLevel: "fatal", WorkingFolderCurrent: false, } |