mirror of
https://github.com/strapi/strapi.git
synced 2025-10-15 18:16:24 +00:00
add db dialect to startup info log
This commit is contained in:
parent
d36609ff26
commit
2b8776745d
@ -27,7 +27,8 @@ module.exports = (app) => {
|
||||
[chalk.blue('Environment'), app.config.environment],
|
||||
[chalk.blue('Process PID'), process.pid],
|
||||
[chalk.blue('Version'), `${app.config.info.strapi} (node ${process.version})`],
|
||||
[chalk.blue('Edition'), isEE ? 'Enterprise' : 'Community']
|
||||
[chalk.blue('Edition'), isEE ? 'Enterprise' : 'Community'],
|
||||
[chalk.blue('Database'), app.db.dialect.client]
|
||||
);
|
||||
|
||||
console.log(infoTable.toString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user