From 08bf64c598149d836eac2cd82362d2ef9dfd628b Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 13 Apr 2022 09:50:01 -0500 Subject: [PATCH] Updated Hidden Figures (markdown) --- Hidden-Figures.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Hidden-Figures.md b/Hidden-Figures.md index 1e6e343..4ab9bc8 100644 --- a/Hidden-Figures.md +++ b/Hidden-Figures.md @@ -33,4 +33,11 @@ These variables allow you to change the name of the Docker container on both the Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, you can use a non-standard port. When running `gravity-sync config` on an install with non-standard SSH ports, you can specify the target SSH port number in the config command. - Example: `gravity-sync config 1234` (where 1234 is the remote SSH port) -- Default setting in Gravity Sync is 22. \ No newline at end of file +- Default setting in Gravity Sync is 22. + +### `GS_LOG_REDIRECT` + +Gravity Sync automated job logs are written to the system's syslog by default. If you would like to redirect these logs to a different location setting this variable to the `/full/path/to/log.file` with the location you'd like to use instead will accomplish this. If you have already enabled automation, after editing your `.conf` file, you will need to run the `auto` command again for the log redirection to be implemented. + +- Default setting is to use syslog for automation logs. +- Please see [Automation](https://github.com/vmstan/gravity-sync/wiki/Automation#log-redirection) for more. \ No newline at end of file