Bug reporter: ensure the log are store in the correct folder.

This commit is contained in:
Benoit Marty 2025-10-20 15:57:08 +02:00 committed by Benoit Marty
parent c4884879d8
commit 0e4a3c8d12
5 changed files with 84 additions and 113 deletions

View file

@ -36,14 +36,6 @@ interface BugReporter {
*/
fun logDirectory(): File
/**
* Set the subfolder name for the log directory.
* This will create a subfolder in the log directory with the given name.
* It will also configure the Rust SDK to use this subfolder for its logs.
* If the name is null, the log files will be stored in the base folder for the logs.
*/
fun setLogDirectorySubfolder(subfolderName: String?)
/**
* Set the current tracing log level.
*/