Skip to content

Commit

Permalink
Merge pull request #423 from jacob-lee/loggingsecretsfix
Browse files Browse the repository at this point in the history
Remove INFO level logging of secret key
  • Loading branch information
deargle committed May 29, 2020
2 parents 1ee287d + d54eddd commit 5891530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psiturk/experiment.py
Expand Up @@ -69,7 +69,6 @@
# Set cache timeout to 10 seconds for static files
app.config.update(SEND_FILE_MAX_AGE_DEFAULT=10)
app.secret_key = CONFIG.get('Server Parameters', 'secret_key')
app.logger.info("Secret key: " + app.secret_key)

# this checks for templates that are required if you are hosting your own ad.
def check_templates_exist():
Expand Down

0 comments on commit 5891530

Please sign in to comment.