Skip to content
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

The daily log file rolling logic assumes a path separator of "/" which fails on Window's hosts #1884

Closed
jtduffy opened this issue May 7, 2024 · 1 comment · Fixed by #1888
Assignees
Labels
1 Story Point Estimate bug Something isn't working as designed/intended

Comments

@jtduffy
Copy link
Contributor

jtduffy commented May 7, 2024

Description

ClearExpiredLogRunnable::extractFilenamePrefix assumes all paths with use / as the path separator, which fails on Window's hosts. It should use Java's File.separator constant instead.

@jtduffy jtduffy added bug Something isn't working as designed/intended 1 Story Point Estimate labels May 7, 2024
@jtduffy jtduffy self-assigned this May 7, 2024
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 Story Point Estimate bug Something isn't working as designed/intended
Projects
Status: Code Complete/Done
1 participant