You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/docs/settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The following is a list of available settings:
27
27
| Environment variable | Description | Default value |
28
28
| ------- | ---- | ----- |
29
29
|`debug`| Turn on debug output (`True`/`False`) |`False`|
30
+
|`loglevel`| Log level (`DEBUG`/`INFO`/`WARNING`/`ERROR`/`CRITICAL`). If `debug` is `True`, it will be overwritten to `DEBUG`|`INFO`|
30
31
|`content`| The path where the comic file is stored (due to [a problem with Python](https://github.com/python/cpython/issues/77609), following symbolic links is not currently supported) |`.`|
31
32
|`thumb`| The path where the generated thumbnails are stored |`./thumb`|
32
33
|`metadata`| The URL for metadata database, refer to [SQLAlchemy documentation](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls)|`sqlite:///./comiclib_metadata.db`|
0 commit comments