You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently logid is generated by logs.tf. In order to accept our own logs, we will need to be able to generate our own logids. This will probably look something like
Add a new column logstf to the log table, initialized with logid
Create a new SERIAL for logid, and make it the default
Only set logstf when importing new logs
Add some redirects?
The text was updated successfully, but these errors were encountered:
Currently logid is generated by logs.tf. In order to accept our own logs, we will need to be able to generate our own logids. This will probably look something like
logstf
to thelog
table, initialized withlogid
SERIAL
forlogid
, and make it the defaultlogstf
when importing new logsThe text was updated successfully, but these errors were encountered: