View Source ExTDLib.Object.LogStreamFile (ExTDLib v0.0.4)
The log is written to a file.
| Name | Type | Description |
|---|---|---|
| path | string | Path to the file to where the internal TDLib log will be written. |
| max_file_size | string | The maximum size of the file to where the internal TDLib log is written before the file will automatically be rotated, in bytes. |
| redirect_stderr | bool | Pass true to additionally redirect stderr to the log file. Ignored on Windows. |
More details on telegram's documentation.