Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dokku-community/dokku-debug

Toggle debug mode for dokku
https://github.com/dokku-community/dokku-debug

Last synced: about 2 months ago
JSON representation

Toggle debug mode for dokku

Awesome Lists containing this project

README

        

# dokku-debug [![Build Status](https://img.shields.io/travis/dokku-community/dokku-debug.svg?branch=master "Build Status")](https://travis-ci.org/josegonzalez/dokku-debug)

Manage dokku trace mode

## requirements

- dokku 0.4.0+
- docker 1.8.x

## Installation

```bash
# on 0.4.x
dokku plugin:install https://github.com/josegonzalez/dokku-debug.git debug
```

## commands

```shell
dokku debug Displays the current trace status
dokku debug:off Deactivate trace mode
dokku debug:on Activate trace mode
dokku debug:toggle Toggle trace mode
```

## Usage

Show current setting

```bash
debug
```

Activate tracing

```bash
debug on
```

Deactivate tracing

```bash
debug off
```

Toggle tracing

```bash
debug toggle
```