Description
Saves the logs completely into a file (see Logging)
Syntax
Export-TPHubLogFile -Path <string> [-Proxy <string>]
Parameter | Description |
-Path | path to logbook file |
-Proxy | • optional (from firmware version 1.1): proxy server address • can also be specified globally using Set-TPHubProxy |
Example
Saving logs into a file, here: log_2016-03-23.log
Export-TPHubLogFile -Path "C:\ThinPrint Hub\log_2016-03-23.log"