mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-06 22:45:03 +08:00
docs: update readme.md
This commit is contained in:
parent
9e6011606f
commit
f4c6adb79d
1 changed files with 8 additions and 0 deletions
|
@ -147,6 +147,14 @@ teldrive run --help
|
|||
| --tg-uploads-retention | Uploads retention duration.Duration to keep failed uploaded chunks in db for resuming uploads. | No | 360h (30 days) |
|
||||
|
||||
|
||||
```ts
|
||||
DebugLevel = -1
|
||||
InfoLevel = 0
|
||||
WarnLevel = 1
|
||||
ErrorLevel = 2
|
||||
```
|
||||
Possible log level values
|
||||
|
||||
**You Can also set config values through env varibles.**
|
||||
- For example ```tg-session-file``` will become ```TELDRIVE_TG_SESSION_FILE``` same for all possible flags.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue