fix bug in deploy
This commit is contained in:
@@ -5,10 +5,12 @@ BROKER_LIST={{ log_kafkabrokers.address }}
|
||||
NIC_NAME={{ nic_mgr.name }}
|
||||
LOG_LEVEL={{ packet_dump_log_level }}
|
||||
LOG_PATH=log/packet_dump
|
||||
PCAPNG_FILEPATH_PREFIX=/troubleshooting/
|
||||
PCAPNG_BASEPATH_PREFIX=/var/www/html/
|
||||
|
||||
[breakpad]
|
||||
disable_coredump=0
|
||||
disable_coredump=1
|
||||
enable_breakpad=1
|
||||
breakpad_minidump_dir=/tmp/packet_dump/crashreport
|
||||
enable_breakpad_upload=0
|
||||
enable_breakpad_upload=1
|
||||
breakpad_upload_url={{ breakpad_upload_url }}
|
||||
|
||||
Reference in New Issue
Block a user