Files
electron-egg/config/config.local.js
gaoshuaixing f7abfa02db 1
2022-02-21 09:35:27 +08:00

14 lines
200 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
'use strict';
const Utils = require('ee-core').Utils;
const logDir = Utils.getLogDir();
/*
* 日志dir目录会随开发环境变动请谨慎修改
*/
exports.logger = {
dir: logDir,
};