mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 21:31:43 +00:00
This PR adds an environment variable `LOG_LEVEL` that can be used to control the application log level. For example, this would allow you to view dev logs while in production, should you so choose. If the env var is not set, behavior should not change from the current behavior. Env var can be set with the log level string (case insensitive). For example: `LOG_LEVEL=debug` |
||
|---|---|---|
| .. | ||
| controllers | ||
| finders | ||
| libs | ||
| managers | ||
| models | ||
| objects | ||
| providers | ||
| routers | ||
| scanner | ||
| utils | ||
| Auth.js | ||
| Database.js | ||
| Logger.js | ||
| Server.js | ||
| SocketAuthority.js | ||
| Watcher.js | ||