exasol / udf-debugging-java

Utilities for debugging, profiling and code coverage measure for UDFs.
MIT License
1 stars 1 forks source link

Use readable and sortable file names for UDF logs #56

Closed kaklakariada closed 1 year ago

kaklakariada commented 1 year ago

When UDF logging is activated with system property test.udf-logs, the project generates log files named target/udf-logs/udf-log-294787982703928309.txt. The number in the file name is random and it is not possible to sort the log files by file name to get a chronological order and to find the relevant file.

To fix this we should