From ad57f4c05b8509ada85ad0ca8dfea5c187afdfff Mon Sep 17 00:00:00 2001 From: Samuel Vandamme Date: Mon, 19 Feb 2018 15:55:18 +0100 Subject: [PATCH] Typo and improvement to env var page --- _docs_agent/advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs_agent/advanced.md b/_docs_agent/advanced.md index bc8d637..3121708 100644 --- a/_docs_agent/advanced.md +++ b/_docs_agent/advanced.md @@ -6,11 +6,11 @@ description: Advanced configuration of the CoScale agent by using environment va ## Environment flags -The CoScale agent can be configured using environment variables. The variables are picket up on boot, so an [agent restart]({{ site.baseurl }}/agent/agent-restart/) is required to enable them. +The CoScale agent can be configured using environment variables. The variables are picked up on boot, so an [agent restart]({{ site.baseurl }}/agent/agent-restart/) is required to enable them. `COSCALE_HOSTNAME=[custom hostname]` -By default the CoScale agent will use the system hostname and will not add a new server if the hostname already exists on our service. Change this value if you would like to set a custom hostname or to force adding a new server to the CoScale environment. This can used in cases where two machines share the same hostname. +By default the CoScale agent will use the system hostname and will not add a new server if the hostname already exists on our service. Change this value if you would like to set a custom hostname or to force adding a new server to the CoScale environment. This can be used in cases when two machines share the same hostname. `COSCALE_API_LOGLEVEL=debug`