From e1166672520e139063e6817e5f46f815211a23d2 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 8 Aug 2020 12:56:58 +0300 Subject: [PATCH] Add missing config value --- docs/trains.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/trains.conf b/docs/trains.conf index 9770e035..67ceb04e 100644 --- a/docs/trains.conf +++ b/docs/trains.conf @@ -164,6 +164,14 @@ sdk { # If this flag is true (default is false), instead of analyzing the code with Pigar, analyze with `pip freeze` detect_with_pip_freeze: false + # Log specific environment variables. OS environments are enlisted in the "Environment" section + # of the Hyper-Parameters. + # multiple selected variables are supported including the suffix '*'. + # For example: "AWS_*" will log any OS environment variable starting with 'AWS_'. + # This value can be overwritten with os environment variable TRAINS_LOG_ENVIRONMENT="[AWS_*, CUDA_VERSION]" + # Example: log_os_environments: ["AWS_*", "CUDA_VERSION"] + log_os_environments: [] + # Development mode worker worker { # Status report period in seconds