mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Backend
This commit is contained in:
7
src/backend/logger.js
Normal file
7
src/backend/logger.js
Normal file
@ -0,0 +1,7 @@
|
||||
const {Signale} = require('signale');
|
||||
|
||||
module.exports = {
|
||||
global: new Signale({scope: 'Global '}),
|
||||
migrate: new Signale({scope: 'Migrate '}),
|
||||
express: new Signale({scope: 'Express '})
|
||||
};
|
Reference in New Issue
Block a user