简体   繁体   中英

How to view files a php application deployed to google app engine

I have deployed a php application to google app engine. I can access the application using the url: http://project-id.appspot.com . Since, I have integrated log4php in my application, I want to access the log files of the application using putty or winscp(sftp). How can I access the files deployed on the server ?

Thanks

查看“读取和写入应用程序日志 。如果以正确的方式登录,则可以在Cloud Console中查看日志,也可以使用gcloud app logs read命令gcloud app logs read

Yes, we can use Logs PHP API to write and read logs. But I chose to configure log4php to log into the database.

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM