Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
17dc411d
Commit
17dc411d
authored
Nov 10, 2020
by
Ryan Herbert
Committed by
Mikaël Salson
Nov 20, 2020
Browse files
sample_set.py fix debug log
parent
58b8d710
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/sample_set.py
View file @
17dc411d
...
...
@@ -314,7 +314,7 @@ def stats():
log
.
info
(
"%s stat list %s"
%
(
request
.
vars
[
"type"
],
search
),
extra
=
{
'user_id'
:
auth
.
user
.
id
,
'record_id'
:
None
,
'table_name'
:
"sample_set"
})
log
.
debug
(
"stat list (%.3fs)"
%
time
.
time
()
-
start
)
log
.
debug
(
"stat list (%.3f
s)"
%
(
time
.
time
()
-
start
)
)
return
dict
(
query
=
result
,
fields
=
fields
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment