You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
use readable file names that include an ISO timestamp
use file names that are in chronological order when sorted alphabetically