mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
add lumberjack log rotation (#5696)
* [logging] add UI and graphql for maximum log size * [logger] set default size to 0MB and don't rotate
This commit is contained in:
@@ -115,6 +115,7 @@ func makeConfigGeneralResult() *ConfigGeneralResult {
|
||||
LogOut: config.GetLogOut(),
|
||||
LogLevel: config.GetLogLevel(),
|
||||
LogAccess: config.GetLogAccess(),
|
||||
LogFileMaxSize: config.GetLogFileMaxSize(),
|
||||
VideoExtensions: config.GetVideoExtensions(),
|
||||
ImageExtensions: config.GetImageExtensions(),
|
||||
GalleryExtensions: config.GetGalleryExtensions(),
|
||||
|
||||
Reference in New Issue
Block a user