日志 logs logs命令查看函数的日志。 参数解析 参数全称 参数缩写 Yaml 模式下必填 Cli 模式下必填 参数含义 region 选填 必填 资源池ID,请参考资源池列表 functionname 选填 必填 函数名称 starttime s 选填 选填 开始时间戳,例如:1752740881 endtime e 选填 选填 结束时间戳,例如:1754036841 search 选填 选填 查询关键字 reverse 选填 选填 按时间倒序显示 操作案例 Yaml 模式 进入到资源描述文件(s.yaml)所在的路径,然后执行如下命令查看函数的日志: shell s logs Cli 模式 直接执行如下命令查看函数的日志: shell s cli faascf logs region bb9fdb42056f11eda1610242ac110002 functionname helloworld 执行完成输出示例: plaintext . / / ' () ( ( ) ' ' ' / / ) ) ( ) ) ) ) ' . , / / / / ///// :: Spring Boot :: (v2.1.8.RELEASE) 20251022 10:20:05.689 INFO 2 [ main] c.e.w.WebFrameworkApplication : Starting WebFrameworkApplication v0.0.1SNAPSHOT on globalresourcecachedrj46v with PID 2 (/code/webframework.jar started by root in /code) 20251022 10:20:05.691 INFO 2 [ main] c.e.w.WebFrameworkApplication : No active profile set, falling back to default profiles: default 20251022 10:20:08.014 INFO 2 [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http) 20251022 10:20:08.086 INFO 2 [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 20251022 10:20:08.086 INFO 2 [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24] 20251022 10:20:08.213 INFO 2 [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 20251022 10:20:08.213 INFO 2 [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2413 ms 20251022 10:20:08.601 INFO 2 [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 20251022 10:20:08.916 INFO 2 [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9000 (http) with context path '' 20251022 10:20:08.918 INFO 2 [ main] c.e.w.WebFrameworkApplication : Started WebFrameworkApplication in 4.12 seconds (JVM running for 4.846) 20251022 10:20:09.020 INFO 2 [nio9000exec2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 20251022 10:20:09.020 INFO 2 [nio9000exec2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 20251022 10:20:09.026 INFO 2 [nio9000exec2] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms