Move logger to top in middlewares
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
module.exports = ({ env }) => [
|
||||
'strapi::logger',
|
||||
'strapi::errors',
|
||||
'strapi::security',
|
||||
{
|
||||
@@ -9,7 +10,6 @@ module.exports = ({ env }) => [
|
||||
}
|
||||
},
|
||||
'strapi::poweredBy',
|
||||
'strapi::logger',
|
||||
'strapi::query',
|
||||
'strapi::body',
|
||||
'strapi::session',
|
||||
|
||||
Reference in New Issue
Block a user