Ask a Question

Ask a Question
Back to All

How to write logs on deployed microservices?

When developing a microservice locally, we can simple do Debug.Log/BeamableLogger.Log to see the output in Unity, but it is crucial to also see log output for deployed and published microservices. How do we do this?

I noticed the "Logs" button in the Microservice tab of the Portal, but I did not find any way to write into those logs.