Skip to content
Update douane daemon & dialog authored by Guillaume Hain's avatar Guillaume Hain
The douane-daemon and douane-dialog processes have a `-D` flag to enable the debug logs.
## douane-daemon
This flag can be passed manually, executing the following in a terminal:
```
/opt/douane/douaned -D
```
or in [the `/etc/init.d/douane` file setting the `DOUANEOPTIONS`](https://gitlab.com/douaneapp/douane-daemon/blob/master/init.d/douane#L19) as the following:
```
...
DOUANEOPTIONS="-D"
...
```
## douane-dialog
This flag can be passed manually, executing the following in a terminal:
```
/opt/douane/bin/douane-dialog -D
```