client/container: implement debug log-levels #149

Merged
AaronFiore merged 0 commits from refs/pull/149/head into master 2024-09-27 01:48:12 +00:00
AaronFiore commented 2024-09-25 07:08:12 +00:00 (Migrated from gitea.com)

Description

DOCKER_FINANCE_DEBUG will now support the following:

0 = no debug output
1 = print_debug (bash/PHP)
2 = level 1 + set -xv (bash)

End-user MUST run gen with args type=env

Agreement

### Description `DOCKER_FINANCE_DEBUG` will now support the following: 0 = no debug output 1 = `print_debug` (bash/PHP) 2 = level 1 + `set -xv` (bash) End-user **MUST** run `gen` with args `type=env` ### Agreement - [x] I have read and understood the [Development](https://gitea.com/EvergreenCrypto/docker-finance#development) and [License](https://gitea.com/EvergreenCrypto/docker-finance#license-and-disclaimer) documentation
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: EvergreenCrypto/docker-finance#149