diff --git a/README.md b/README.md index 26f23b3..8b31da7 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ Lightman AI is an intelligent cybersecurity news aggregation and risk assessment agent = "openai" score_threshold = 8 prompt = "development" - log_level = "INFO" [prompts] development = "Analyze cybersecurity news for relevance to our organization."' > lightman.toml diff --git a/src/lightman_ai/core/sentry.py b/src/lightman_ai/core/sentry.py index 8d67544..66e304e 100644 --- a/src/lightman_ai/core/sentry.py +++ b/src/lightman_ai/core/sentry.py @@ -13,7 +13,7 @@ def configure_sentry(log_level: int) -> None: except ImportError: if os.getenv("SENTRY_DSN"): logger.warning( - "Could not initialize sentry, it is not installed! Add it by installing the project with `lightman-ai[sentry]`." + "Could not initialize sentry, it is not installed! Install lightman with `pip install lightman-ai[sentry]` to solve it." ) return