Updated Hidden Figures (markdown)

Michael Stanclift 2022-04-13 09:50:01 -05:00
parent c115f3a3e6
commit 08bf64c598

@ -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.
- 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.