summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index adeb1a18e..985be314e 100644
--- a/README.rst
+++ b/README.rst
@@ -80,6 +80,12 @@ or db is changed, do a full provision:
vagrant rsync && vagrant provision
+If you are using Visual Studio Code, these tasks are available from the editor's
+`Tasks menu`_. The update command can be run by simply hitting `Ctrl+Shift+B` on
+Windows/Linux or `Command+Shift+B` on macOS.
+
+.. _`Tasks menu`: https://code.visualstudio.com/docs/editor/tasks
+
Testing Auth delegation
-----------------------
@@ -377,6 +383,13 @@ LOG4PERL_CONFIG_FILE
.. _`Devel::NYTProf`: https://metacpan.org/pod/Devel::NYTProf
.. _`Log::Log4perl`: https://metacpan.org/pod/Log::Log4perl
+LOG4PERL_STDERR_DISABLE
+ Boolean. By default log messages are logged as plain text to `STDERR`.
+ Setting this to a true value disables this behavior.
+
+ Note: For programs that run using the `cereal` log aggregator, this environemnt
+ variable will be ignored.
+
Persistent Data Volume
----------------------