Skip to content

Commit

Permalink
[ML4SE-515] fix log files saving path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Mar 13, 2024
1 parent 047bf67 commit 9244ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.nio.file.Path
import java.nio.file.Paths
import kotlin.io.path.createDirectories

private const val FILE_DIRECTORY = "data"
private const val FILE_DIRECTORY = "/data/tt-files/"

suspend inline fun PipelineContext<Unit, ApplicationCall>.createLogFile(
logFileType: String,
Expand Down

0 comments on commit 9244ee3

Please sign in to comment.