Remove spc.env.log due to potential secret leaks

This commit is contained in:
crazywhalecc
2025-08-07 16:16:35 +08:00
committed by Jerry Ma
parent afd6791075
commit 1e9434221b
2 changed files with 0 additions and 10 deletions

View File

@@ -94,7 +94,6 @@ const SPC_SOURCE_LOCAL = 'local'; // download as local directory
const SPC_LOGS_DIR = WORKING_DIR . DIRECTORY_SEPARATOR . 'log';
const SPC_OUTPUT_LOG = SPC_LOGS_DIR . DIRECTORY_SEPARATOR . 'spc.output.log';
const SPC_SHELL_LOG = SPC_LOGS_DIR . DIRECTORY_SEPARATOR . 'spc.shell.log';
const SPC_ENV_LOG = SPC_LOGS_DIR . DIRECTORY_SEPARATOR . 'spc.env.log';
ConsoleLogger::$date_format = 'H:i:s';
ConsoleLogger::$format = '[%date%] [%level_short%] %body%';