BOSH Properties
node-guard.log_all_access
The BOSH property node-guard.log_all_access
for a9s Node Guard can be set to
true
to log all HTTP requests independent of the HTTP status.
In the case of false
, a9s Node Guard will not log requests with HTTP status
code 2xx
or 3xx
.
This value is by default set to false
.
instance_groups:
- name: os
...
jobs:
- name: a9s-node-guard-nginx
properties:
node-guard:
log_all_access: true
...
You can use Template Custom Ops Files to set this BOSH property.
CAVEATS
Setting log_all_access
to true
is the responsibility of the platform
operator. It might break instances due to
- disk fills up with logs and therefore a9s Parachute might get triggered
- if you ship logs to a log sink, it will increase the network traffic