Start logging response time ms
This commit is contained in:
parent
8bfe86ee82
commit
e65f85becb
2 changed files with 4 additions and 0 deletions
|
|
@ -95,3 +95,4 @@ class LookupLog(Base):
|
|||
remote_addr = Column(String)
|
||||
fqdn = Column(String)
|
||||
result = Column(postgresql.JSONB)
|
||||
response_time_ms = Column(Integer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue