diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-04-06 07:47:46 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-04-06 07:47:46 +0700 |
commit | 567287a558c912453aa0d032d21b2bcc39c50dbb (patch) | |
tree | f4e0396a457e8f991483854da6fd8ac5777f09ab | |
parent | e95b4a446088ed1afb82f907109181c86a3da01b (diff) | |
download | community.vyos.net-567287a558c912453aa0d032d21b2bcc39c50dbb.tar.gz community.vyos.net-567287a558c912453aa0d032d21b2bcc39c50dbb.zip |
Enable debug output.
-rw-r--r-- | soupault.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soupault.conf b/soupault.conf index 192dc23..c4059dc 100644 --- a/soupault.conf +++ b/soupault.conf @@ -5,7 +5,7 @@ verbose = true # Enable debug level logs - # debug = true + debug = true # Fail on page processing errors strict = true |