Skip to content

Conversation

@gary-scio
Copy link

  • Add datasource alias as "rootly" so that Glean users can use "app:rootly" to search all rootly documents.
  • Use coloredlogs to ensure logs are outputted to stdout/stderr properly and with more readable colors
Screenshot 2025-10-23 at 2 32 53 PM

@gary-scio
Copy link
Author

@spencerhcheng @sylvainkalache can you help to review this PR?

@sylvainkalache
Copy link
Collaborator

@gary-scio thanks, will review ASSP

Comment on lines +16 to +18
coloredlogs.install(
level='INFO',
fmt=config.logging.format,
Copy link
Collaborator

@spencerhcheng spencerhcheng Nov 23, 2025

Choose a reason for hiding this comment

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

Suggested change
coloredlogs.install(
level='INFO',
fmt=config.logging.format,
coloredlogs.install(
level=config.logging.level,
fmt=config.logging.format,
)

logging is already set to INFO in config.json. Other than that, looks good. Thanks for the PR

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.

3 participants