提交 d3fb016d 编写于 作者: J Joao Moreno

update spdlog

上级 0228f712
......@@ -20,8 +20,8 @@ export class SpdLogService implements ILogService {
processName: string,
@IEnvironmentService environmentService: IEnvironmentService
) {
// const logfilePath = path.join(environmentService.userDataPath, 'logs', processName);
this.logger = new RotatingLogger(processName, 'LOG', 1024 * 1024 * 5, 6);
const logfilePath = path.join(environmentService.userDataPath, 'logs', processName);
this.logger = new RotatingLogger(processName, logfilePath, 1024 * 1024 * 5, 6);
}
trace(message: string, ...args: any[]): void {
......
......@@ -5038,11 +5038,12 @@ sparkles@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3"
spdlog@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/spdlog/-/spdlog-0.1.1.tgz#6ec5b59166c03e162aa7b329a9d2c43a281dcc38"
spdlog@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/spdlog/-/spdlog-0.1.2.tgz#c9a00a84711f1ba698a0137d09eb6c8bf22683e9"
dependencies:
bindings "^1.3.0"
mkdirp "^0.5.1"
nan "^2.8.0"
spdx-correct@~1.0.0:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册