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
hpc-team
sshshare_ws
Commits
381595e9
Commit
381595e9
authored
Feb 08, 2018
by
Chris Hines
Browse files
log to /tmp
parent
9174e666
Changes
1
Hide whitespace changes
Inline
Side-by-side
download/proxy_wsgi.py
View file @
381595e9
import
logging
logging
.
basicConfig
(
filename
=
"/tmp/sshshare_download.log"
,
format
=
"%(asctime)s %(levelname)s:%(process)s: %(message)s"
)
logger
=
logging
.
getLogger
()
logger
.
setLevel
(
logging
.
DEBUG
)
from
download
import
app
as
application
Write
Preview
Markdown
is supported
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