Skip to content

Commit 071645a

Browse files
committed
config: fix allowed values for hexdump_level
These was working in current `config` crate parser, but other parser was reporting errors when deserializing, so fix this.
1 parent 276d65b commit 071645a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# Enable debug info
2828
debug = false
2929

30-
# Hex dump level [possible values: disabled, decrypted-input, raw-input, decrypted-output, raw-output, all]
31-
hexdump_level = "disabled"
30+
# Hex dump level [possible values: Disabled, DecryptedInput, RawInput, DecryptedOutput, RawOutput, All]
31+
hexdump_level = "Disabled"
3232

3333
# Disable debug level on console, save it only to logfile (helpful for `hexdump-level` option)
3434
disable_console_debug = false

0 commit comments

Comments
 (0)