File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ Lightman AI is an intelligent cybersecurity news aggregation and risk assessment
8181 agent = "openai"
8282 score_threshold = 8
8383 prompt = "development"
84- log_level = "INFO"
8584
8685 [prompts]
8786 development = "Analyze cybersecurity news for relevance to our organization."' > lightman.toml
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def configure_sentry(log_level: int) -> None:
1313 except ImportError :
1414 if os .getenv ("SENTRY_DSN" ):
1515 logger .warning (
16- "Could not initialize sentry, it is not installed! Add it by installing the project with `lightman-ai[sentry]`."
16+ "Could not initialize sentry, it is not installed! Install lightman with `pip install lightman-ai[sentry]` to solve it ."
1717 )
1818 return
1919
You can’t perform that action at this time.
0 commit comments