Skip to main content

Activating the debug mode

It is possible to switch an entire stack to debug mode, in order to obtain additional information on individual components and how they work; which can typically be useful for debugging purposes.

Setting up debug mode

In order to activate the debug mode, you'll simply need to edit the stack.yml file for a given stack, and add the following lines:

debug: true
dev: true

Example

kubectl edit stack stack1

And edit file accordingly:

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.