Logs

We provide logs to tracking your project running on server. Produce logs contain with standard out and error logs messages. So may this will help you debug code when getting some issues.

Staging Logs

Staging logs can access by remote logs with bgn tools. This will help you check some error logs as realtime on terminal.

First find service name with remote list command. Already explain from this tutorial: bgn dev show remote service Then do with this command below:

./bgn-dev remote logs <service_name>

Production Logs

We don't produce stream production logs like on staging. You can request from gitlab as pipeline and logs will viewed as jobs tty.

1. Click button pipeline to create a new pipeline job

2. Set variabel with SERVICE_NAME with value service name. This service name can be found in orcinus-production.yml

3. Pipeline job will created and procced

4. Pipeline will show logs service name from production. Click button complete raw to show logs as text detail. Due limit size of jobs logs, you can only download 500kb file logs.