Updated Hidden Figures (markdown)

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

@ -34,3 +34,10 @@ Gravity Sync is configured by default to use the standard SSH port (22) but if y
- Example: `gravity-sync config 1234` (where 1234 is the remote SSH port)
- 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.