Skip to content

Commit ca508c2

Browse files
committed
Remove debug logging for system prompt in LLM alert job
1 parent 581412e commit ca508c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anomstack/jobs/llmalert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def llmalert(context, df: pd.DataFrame) -> pd.DataFrame:
135135
if llmalert_metric_rounding >= 0:
136136
df_prompt = df_prompt.round(llmalert_metric_rounding)
137137

138-
logger.debug(f"system_prompt: \n{system_prompt}")
138+
# logger.debug(f"system_prompt: \n{system_prompt}")
139139
df_detected_anomalies = detect_anomalies(
140140
df_prompt, system_prompt
141141
)

0 commit comments

Comments
 (0)