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';
24
24
import resolveConfig from './config/resolve-config' ;
25
25
import Context from './context' ;
26
26
import { CloudBaseFrameworkConfig , Config } from './types' ;
27
- import getLogger from './logger' ;
27
+ import getLogger , { getLogFilePath } from './logger' ;
28
28
import { SamManager } from './sam' ;
29
29
import { genAddonSam } from './sam/addon' ;
30
30
import Hooks from './hooks' ;
@@ -201,6 +201,7 @@ export class CloudBaseFrameworkCore {
201
201
( code as string ) in USER_ERRORS_MAP ? 'UserError' : 'SystemError' ;
202
202
203
203
logger . error ( message ) ;
204
+ logger . info ( '部署日志:' , getLogFilePath ( ) ) ;
204
205
if ( ! this . isDeploy ) {
205
206
// 非部署情况不上报
206
207
return ;
You can’t perform that action at this time.
0 commit comments