Skip to content

Fix issue #1 added attribute for DefaultRolloverStrategy#2

Closed
Jamir-boop wants to merge 1 commit intoA360-Tools:mainfrom
Jamir-boop:fix-issue-1
Closed

Fix issue #1 added attribute for DefaultRolloverStrategy#2
Jamir-boop wants to merge 1 commit intoA360-Tools:mainfrom
Jamir-boop:fix-issue-1

Conversation

@Jamir-boop
Copy link
Copy Markdown

added attribute for DefaultRolloverStrategy on StartLoggerSession.java and added 1000 default on label

Fixes #1

… StartLoggerSession.java and added 1000 default on label
Bot-Dev-RPA

This comment was marked as outdated.

Bot-Dev-RPA

This comment was marked as outdated.

Copy link
Copy Markdown
Member

@Bot-Dev-RPA Bot-Dev-RPA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! The Java changes look good:

  • fileIndex: "nomax" on the DefaultRolloverStrategy correctly removes the 8-file cap that caused log overwriting.
  • The label update on StartLoggerSession.java adds clarity about the default value.

One thing to fix: the settings.gradle change (adding org.gradle.toolchains.foojay-resolver-convention) is unrelated to this fix. Please add a new commit reverting that file to its original state.

@Bot-Dev-RPA Bot-Dev-RPA closed this Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logger action is limited by 8 files then starts overwriting from the first log file.

2 participants