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

Fix/logging issues #688

Merged
merged 3 commits into from
Nov 30, 2024
Merged

Fix/logging issues #688

merged 3 commits into from
Nov 30, 2024

Conversation

augchan42
Copy link
Contributor

Was diagnosing verbose logging in the eliza logger, so this just comments it back out so that debug logging works normally again.

   if (!this.verbose) {
            // for diagnosing verbose logging issues
            // console.log(
            //     "[ElizaLogger] Debug message suppressed (verbose=false):",
            //     ...strings
            // );
            return;
        }

Fixes #687

Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
packages/core/src/logger.ts 50.21% <ø> (+0.86%) ⬆️

@twilwa
Copy link
Contributor

twilwa commented Nov 30, 2024

I see some changes to pnpm-lock, are those intended to be included in the PR?

@shakkernerd shakkernerd merged commit da8f134 into elizaOS:main Nov 30, 2024
2 of 4 checks passed
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.

Debug/Verbose eliza logging is always shown
3 participants