mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add log line for connecting to a db
This commit is contained in:
parent
6fe6924e6a
commit
faedf16704
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ logger = require "logger-sharelatex"
|
|||
|
||||
options = _.extend {logging:false}, Settings.mysql.clsi
|
||||
|
||||
logger.log dbPath:Settings.mysql.clsi.storage, "connecting to db"
|
||||
|
||||
sequelize = new Sequelize(
|
||||
Settings.mysql.clsi.database,
|
||||
Settings.mysql.clsi.username,
|
||||
|
|
Loading…
Reference in a new issue