enhance: toml format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[log]
|
||||
output = stderr # stderr, file
|
||||
level = DEBUG # TRACE, DEBUG, INFO, WARN, ERROR, FATAL
|
||||
output = "stderr" # stderr, file
|
||||
level = "DEBUG" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL
|
||||
file = "log/stellar.log"
|
||||
|
||||
@@ -3,9 +3,9 @@ snowflake_base = 1 # [0, 31]
|
||||
snowflake_offset = 2 # [0, 127]
|
||||
|
||||
[packet_io]
|
||||
mode = marsio # dumpfile, dumpfilelist, marsio
|
||||
app_symbol = stellar
|
||||
dev_symbol = nf_0_fw
|
||||
mode = "dumpfile" # dumpfile, dumpfilelist, marsio
|
||||
app_symbol = "stellar"
|
||||
dev_symbol = "nf_0_fw"
|
||||
|
||||
dumpfile_path = "/tmp/dumpfile/dumpfile.pcap"
|
||||
#dumpfile_path = "/tmp/dumpfile/dumpfilelist"
|
||||
|
||||
Reference in New Issue
Block a user