File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/framework-core/src Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import { CloudApi } from './api';
2424import resolveConfig from './config/resolve-config' ;
2525import Context from './context' ;
2626import { CloudBaseFrameworkConfig , Config } from './types' ;
27- import getLogger from './logger' ;
27+ import getLogger , { getLogFilePath } from './logger' ;
2828import { SamManager } from './sam' ;
2929import { genAddonSam } from './sam/addon' ;
3030import Hooks from './hooks' ;
@@ -201,6 +201,7 @@ export class CloudBaseFrameworkCore {
201201 ( code as string ) in USER_ERRORS_MAP ? 'UserError' : 'SystemError' ;
202202
203203 logger . error ( message ) ;
204+ logger . info ( '部署日志:' , getLogFilePath ( ) ) ;
204205 if ( ! this . isDeploy ) {
205206 // 非部署情况不上报
206207 return ;
You can’t perform that action at this time.
0 commit comments