fix bug in deploy
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
dest: /home/mesasoft/sapp_run/plug/conflist.inf
|
||||
tags: template
|
||||
|
||||
- name: Template the sapp_log.conf
|
||||
template:
|
||||
src: "{{ role_path }}/templates/sapp_log.conf.j2"
|
||||
dest: /home/mesasoft/sapp_run/etc/sapp_log.conf
|
||||
tags: template
|
||||
|
||||
- name: Template the gdev.conf
|
||||
template:
|
||||
src: "{{ role_path }}/templates/gdev.conf.j2"
|
||||
|
||||
@@ -66,9 +66,9 @@ BSD_packet_filter=""
|
||||
|
||||
[STREAM]
|
||||
[stream.tcp]
|
||||
max=200000
|
||||
max=100000
|
||||
timeout=30
|
||||
syn_mandatory=1
|
||||
syn_mandatory=0
|
||||
reorder_pkt_max=5
|
||||
analyse_option_enabled=1
|
||||
[stream.tcp.inject]
|
||||
@@ -81,7 +81,7 @@ BSD_packet_filter=""
|
||||
signature_seed2=13
|
||||
|
||||
[stream.udp]
|
||||
max=10000
|
||||
max=100000
|
||||
timeout=60
|
||||
|
||||
[PROFILING]
|
||||
|
||||
14
roles/sapp/templates/sapp_log.conf.j2
Normal file
14
roles/sapp/templates/sapp_log.conf.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
[global]
|
||||
default format = "%d(%c), %V, %U, %m%n"
|
||||
[levels]
|
||||
DEBUG=10
|
||||
INFO=20
|
||||
FATAL=30
|
||||
[formats]
|
||||
other = "%d(%c), %V, %F, %U, %m%n"
|
||||
plugin = "%d(%c), %m%n"
|
||||
[rules]
|
||||
__log_runtimelog.info "./log/runtimelog.%d(%F)"
|
||||
__log_runtimelog_plugin.fatal >stdout; plugin
|
||||
__log_runtimelog_plugin.info "./log/plugin.log"; plugin
|
||||
!.fatal "./log/%c.%d(%F)"; other
|
||||
Reference in New Issue
Block a user