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

Align 26d example with foundation norms #974

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Align 26d example with foundation norms #974

merged 1 commit into from
Jan 13, 2025

Conversation

markbackman
Copy link
Contributor

Please describe the changes in your PR. If it is addressing an issue, please reference that as well.

Just some minor changes to bring this in line with other examples.

)
from pipecat.transports.services.daily import DailyParams, DailyTransport

load_dotenv(override=True)

logger.remove(0)
logger.add(sys.stderr, level="DEBUG")
logger.add("app.log", rotation="500 MB", level="TRACE")
logger.add(sys.stderr, level="TRACE")
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need TRACE? It's very verbose.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, that was left over from debugging. Just removed it. Thanks for catching it.

@aconchillo
Copy link
Contributor

LGTM

@markbackman markbackman merged commit da18785 into main Jan 13, 2025
5 checks passed
@markbackman markbackman deleted the mb/26d-example branch January 13, 2025 00:44
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.

2 participants