We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use file based database (maybe sqlite?).
~/.bro/log.db
log.Printf
log.Fatalf
The logs will be stored for each session (start -> exit), so there are two tables:
The logs at least should store the following data:
While session for now just store start time of the session.
The text was updated successfully, but these errors were encountered:
LordRonz
Successfully merging a pull request may close this issue.
Use file based database (maybe sqlite?).
~/.bro/log.db
(this one only store logs).log.Printf
,log.Fatalf
, etc.) so it could pass logs to that database.The logs will be stored for each session (start -> exit), so there are two tables:
The logs at least should store the following data:
While session for now just store start time of the session.
The text was updated successfully, but these errors were encountered: