Hi, when making an app we get the option to select “containers” >1. Is there a way to obtain the container ID of the app while it’s running? This would be super helpful for logging purposes or even for identifying servers.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @benjaminlarcher,
I don’t think that this is available out of the box.
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
In the meantime, what you could try is to implement a custom solution by for example introducing a randomly generated UUID for each instance and using it as a way to identify that the logs are coming from different containers.
Hope that helps!
- Bobby.