vmware-archive / simple-hive

A simple Hive as-a-service and an introduction to Cloud Foundry service brokers.
Apache License 2.0
5 stars 2 forks source link

Cannot reliably get logs #2

Open theozaurus opened 7 years ago

theozaurus commented 7 years ago

I'm not sure if this is a cf issue, or a simple-hive issue. Please close if you suspect this a cf issue.

When running:

cf logs simple-hive-service

I do not get any [APP/x] output. However, as soon as I execute cf ssh simple-hive-service (which fails), then when I re-run:

cf logs simple-hive-service

I now have [APP/x] output.

Do you have any idea what could be causing this? I think the 2 commands are correlated as I have replicated it a couple of times after a re-stage, but it seems very strange.

Cheers,

Theo