mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
allow logger by default
This commit is contained in:
@@ -61,7 +61,7 @@ export class App {
|
|||||||
this.app = express()
|
this.app = express()
|
||||||
|
|
||||||
// Add the expressRequestLogger middleware to log all requests
|
// Add the expressRequestLogger middleware to log all requests
|
||||||
if (process.env.DEBUG === 'true') this.app.use(expressRequestLogger)
|
this.app.use(expressRequestLogger)
|
||||||
}
|
}
|
||||||
|
|
||||||
async initDatabase() {
|
async initDatabase() {
|
||||||
|
|||||||
Reference in New Issue
Block a user