mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 19:53:54 +02:00
Added how to get log as text file
This commit is contained in:
@@ -3,4 +3,5 @@ __pycache__/
|
||||
test*.py
|
||||
ToDo
|
||||
.vscode
|
||||
.notebooks
|
||||
.notebooks
|
||||
logs/*
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,4 +8,5 @@ venv
|
||||
.venv
|
||||
temp
|
||||
.notebooks
|
||||
**/old/
|
||||
**/old/
|
||||
logs/*
|
||||
@@ -148,8 +148,8 @@ services:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
volumes:
|
||||
- $DOCKERDIR/appdata/decluttarr/config.yaml:/config/config.yaml
|
||||
# - $DOCKERDIR/appdata/decluttarr/logs.txt:/temp/logs.txt # Uncomment to get logs in text file, too
|
||||
- $DOCKERDIR/appdata/decluttarr/config.yaml:/app/config/config.yaml
|
||||
# - $DOCKERDIR/appdata/decluttarr/logs:/app/logs # Uncomment to get logs in text file, too
|
||||
```
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@ services:
|
||||
# name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
|
||||
|
||||
volumes:
|
||||
# - $DOCKERDIR/appdata/decluttarr/logs.txt:/temp/logs.txt # Uncomment to get logs in text file, too
|
||||
# - $DOCKERDIR/appdata/decluttarr/logs:/app/logs # Uncomment to get logs in text file, too
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ class Envs:
|
||||
|
||||
|
||||
class Paths:
|
||||
logs = "./temp/logs.txt"
|
||||
logs = "./logs/logs.txt"
|
||||
config_file = "./config/config.yaml"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user