By default the Sauce Connect output will tell you where the log is. Look for this line:
Log file: <some/path/to/a/file.log>
If you do not have access to the STDOUT you can define the log name and location when the tunnel starts! The flag is --logfile or the short-flag -l. Read more here: https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/
If you only provide a filename, Sauce Connect will create that file in the same directory as the Sauce Connect executable. So check that directory for the newly created log file.
Full example:
$ ./sc-4.6.2-osx/bin/sc -u sauce_user -k **** --verbose --logfile qa-local-test.log
This would create the file qa-local-test.log in your current working directory. It would start the logging in verbose mode.