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

Add option to push behavior + behavior script logs to Redis #805

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Mar 31, 2025

Fixes #804

Noisy logs from built-in behaviors like autoscroll are now logged to debug in webrecorder/browsertrix-behaviors#92 and so won't be pushed to Redis for newer versions of the crawler.

We should also bump browsertrix-behaviors to 0.8.2 after webrecorder/browsertrix-behaviors#92 is merged.

@tw4l tw4l changed the title WIP: Add option to bush behaviorScript logs to Redis WIP: Add option to push behaviorScript logs to Redis Apr 1, 2025
@tw4l tw4l changed the title WIP: Add option to push behaviorScript logs to Redis WIP: Add option to push behavior + behavior script logs to Redis Apr 1, 2025
@tw4l tw4l force-pushed the issue-804-behavior-logs-redis branch 2 times, most recently from 761b966 to 08e34e4 Compare April 1, 2025 20:45
@tw4l tw4l force-pushed the issue-804-behavior-logs-redis branch from 08e34e4 to 66bd6e3 Compare April 2, 2025 18:19
ikreymer and others added 3 commits April 2, 2025 14:54
- add 'behaviorScriptCustom' log context if siteSpecific is set
- move 'msg' to main message field if present in behavior log object
Comment on lines +1504 to +1506
// TODO: Remove before merging, just for testing
const behaviorsLoggedToRedis = await this.crawlState.getBehaviorList();
logger.info("Behavior lines logged to Redis", { behaviorsLoggedToRedis });
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
// TODO: Remove before merging, just for testing
const behaviorsLoggedToRedis = await this.crawlState.getBehaviorList();
logger.info("Behavior lines logged to Redis", { behaviorsLoggedToRedis });

Comment on lines +881 to +885
// TODO: Remove before merging, just for testing
async getBehaviorList() {
return await this.redis.lrange(this.bkey, 0, -1);
}

Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
// TODO: Remove before merging, just for testing
async getBehaviorList() {
return await this.redis.lrange(this.bkey, 0, -1);
}

@tw4l tw4l changed the title WIP: Add option to push behavior + behavior script logs to Redis Add option to push behavior + behavior script logs to Redis Apr 2, 2025
@tw4l tw4l marked this pull request as ready for review April 2, 2025 20:26
@tw4l tw4l requested a review from ikreymer April 2, 2025 20:27
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.

Push behavior script logs to Redis
2 participants