Skip to content

Commit a2593b4

Browse files
authored
chore: minor changes (#147)
1 parent 9944ab4 commit a2593b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/lightman_ai/core/sentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)