Skip to content

Commit bb83d19

Browse files
committed
update macos log
1 parent 6527c28 commit bb83d19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/troubleshooting/debugging.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ new UpdateManager("https://path.to/your-updates", logger: new ConsoleLogger());
3030
### Windows
3131
Running Update.exe will log most output to it's base directory as `Velopack.log`. Setup.exe will not log to file by default. However, you can override the log location for both binaries with the `--log {path}` parameter. You can also use the `--verbose` flag to capture debug/trace output to log. Unfortunately, on Windows, to avoid showing up as a console window, these binaries are compiled as a WinExe and there will be no console output by default. Please see the [command line reference](cli.mdx) for a comprehensive list of arguments supported.
3232

33-
### MacOS / Linux
33+
### Linux
3434
All logs will be sent to `/tmp/velopack.log`.
3535

36+
### MacOS
37+
Logs will be sent to `/tmp/velopack.log` or `~Library/Logs/velopack.log` depending on your version of Velopack.
38+
3639
## Advanced Debugging
3740
The debug builds of Velopack binaries have additional logging/debugging capabilities, and will produce console output. In some instances, it may be useful to [compile Velopack](../contributing/compiling.mdx) for your platform, and replace the release binaries of Setup.exe and Update.exe with debug versions.
3841

0 commit comments

Comments
 (0)