0

Having some issues getting logging work on new apps.

I have my public key in my account and am able to push to deploy. If I run:

ssh log@log.eu2.frbit.com tail app-name

Permission denied (publickey).

Also, is it possible to use external logging with new apps? Instructions seem require SSH access. http://help.fortrabbit.com/external-services#toc-logging

4

1 回答 1

2

对于权限被拒绝错误:最好联系 fortrabbit 支持并提供应用程序名称和ssh -vvv log@log.eu2.frbit.com tail app-name.

至于使用外部日志记录:不需要 SSH。假设您使用的是 Monolog,您可以只使用备用日志处理程序,例如

当然,还有更多......

于 2015-09-25T11:08:28.630 回答