简体   繁体   中英

Permission denied with fortrabbit new app logging

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

For the permision denied error: Best contact the fortrabbit support with the App name and the output of ssh -vvv log@log.eu2.frbit.com tail app-name .

As for using external logging: No SSH required for that. Asuming you are using Monolog you can just use an alternate log handler, eg:

Of course, there are lots of more .. If you your external log services requires a special port, again: just let the support now.

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