Disable log collection in Boatswain

New Boatswain Agent and Web portal

We have collected some feedbacks from our pilot partnerships and we released a new web portal (version 0.1.9) in June 2021. And today we also released a new version of Boatswain (Agent version 0.2.13). In this new version, you can disable the log collection by altering the boatswain.yml.

The new Boatswain configration file

You can find the new configurable attribute called Send Log:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Please register and get the token from https://app.boatswain.io/
token: token_here
# Period is the collection time interval of the host and docker metrics.
# CPU load could be reduced by using longer period.
#   - short   = 10s
#   - default = 30s
#   - long    = 60s
period: default
# Send Log is the flag which determines if you would like to send the docker
# container logs to Boatswain.
#   - true
#   - false
send_log: true

Don’t forget to restart the Boatswain agent after the configration update.