You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
logger:
|
|
|
|
dir: logs/index
|
|
|
|
level: WARNING
|
|
|
|
keepHours: 2
|
|
|
|
identity:
|
|
|
|
specify: ""
|
|
|
|
shell: ifconfig `route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|awk -F ':' '{print $NF}'|head -n 1
|