debugging
This commit is contained in:
parent
ef5f121237
commit
557f532d4c
1 changed files with 6 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ what your pod is about.
|
|||
|
||||
Examples:
|
||||
|
||||
- [pod-lispyclouds-sqlite](../examples/pods/pod-lispyclouds-sqlite): a pod to
|
||||
- [pod-lispyclouds-sqlite](examples/pod-lispyclouds-sqlite): a pod to
|
||||
communicate with [sqlite](https://www.sqlite.org/), provided by
|
||||
[@lispyclouds](https://github.com/lispyclouds).
|
||||
|
||||
|
|
@ -306,6 +306,11 @@ Example:
|
|||
"status" "[\"done\", \"error\"]"}
|
||||
```
|
||||
|
||||
#### Debugging
|
||||
|
||||
To debug your pod, you can write to stderr of the pod's process or write to a
|
||||
log file. Currently, stderr is sent to stderr of the pod client.
|
||||
|
||||
#### Environment
|
||||
|
||||
The pod client will set the `BABASHKA_POD` environment variable to `true` when
|
||||
|
|
|
|||
Loading…
Reference in a new issue