-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Send log messages to the database #932
Conversation
Is what is being logged controlled by the general logging level? I ask because logging stuff at |
Currently yes it does . because I had not considered that. An issue is that in FormatAdapter.log has self.isEnabledFor(level) even for level 10 (debug) |
If SpiNNakerManchester/SpiNNUtils#177 is approved it will be easy to only write to database if the message is of interest. |
send all log messages to the provenance databse.
Must be done at the same time as:
SpiNNakerManchester/SpiNNUtils#174
This includes safety code if the database is locked.
Tested by SpiNNakerManchester/IntegrationTests#137