Ask a Question
How to write logs on deployed microservices?
almost 3 years ago by Marco Williams
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.