deadbits / vigil-llm

⚡ Vigil ⚡ Detect prompt injections, jailbreaks, and other potentially risky Large Language Model (LLM) inputs
https://vigil.deadbits.ai/
Apache License 2.0
277 stars 33 forks source link

Standardize logging + log to disk #12

Closed deadbits closed 10 months ago

deadbits commented 10 months ago

Application logs should use a standard format and log to disk. That way the log files can be ingested into other apps for analysis, debugging, etc.

Right now all logs are only printed to stdout and will be lost when the user exists their terminal.

Logs should also use a standardized format like json or similar so parsing can be done more easily.

deadbits commented 10 months ago

https://github.com/deadbits/vigil-llm/pull/25