Skip to content

Commit

Permalink
Merge pull request #55 from dappnode/feature/29_add_loglevel
Browse files Browse the repository at this point in the history
Fix #29 Add LOGLEVEL environment variable
  • Loading branch information
mgarciate authored Jan 30, 2024
2 parents 70804e5 + c099b92 commit 9c813cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ services:
- "rotki_logs:/logs"
environment:
ROTKI_ACCEPT_DOCKER_RISK: 1
restart: always
LOGLEVEL: info
restart: unless-stopped
volumes:
rotki_data: {}
rotki_logs: {}
17 changes: 17 additions & 0 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "2"
fields:
- id: LOGLEVEL
target:
type: environment
name: LOGLEVEL
title: Log Level
description: >-
Defines logger's log level
enum:
- critical
- error
- warning
- info
- debug
- trace
required: true

0 comments on commit 9c813cb

Please sign in to comment.