Skip to main content

Activate a debug mode

info

This page is still in progress and actively being worked on. Please check back later for updates.

Introduction

It's possible to switch an entire stack to debug mode, and get additional information on how individual components work. This is useful for debugging purposes.

How do I advance to debug mode?

For advance to debug mode, you need to edit the stack.yml file of your Kubernetes cluster.

debug: true
dev: true

Full example

kubectl edit stack stack1

And edit the stack.yml file of your Kubernetes cluster.

apiVersion: stack.formance.com/v1beta3
kind: Stack
metadata:
name: stack1
spec:
debug: true
dev: true
scheme: http
host: example.net
seed: stacks
versions: default

Getting help

Are you stuck? Have a technical question not well answered in these docs? Run into a problem you can't solve?

Come chat with us! We have a Slack server where we and others using Formance hang out.

Or, if you prefer, you can also Tweet at us.