Skip to content

Use readable and sortable file names for UDF logs #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kaklakariada opened this issue Apr 27, 2023 · 0 comments · Fixed by #60
Closed

Use readable and sortable file names for UDF logs #56

kaklakariada opened this issue Apr 27, 2023 · 0 comments · Fixed by #60
Assignees
Labels
feature Product feature

Comments

@kaklakariada
Copy link
Collaborator

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
@kaklakariada kaklakariada added the feature Product feature label Apr 27, 2023
@kaklakariada kaklakariada self-assigned this Jul 5, 2023
@morazow morazow self-assigned this Jul 5, 2023
@ckunki ckunki self-assigned this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants