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: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
9
9
10
+
## Version [1.2.0] - 2024-19-07
11
+
12
+
### Added
13
+
14
+
-[Issue #18](https://github.com/I-am-PUID-0/DMB/issues/18): Added DMB_LOG_SIZE environment variable to set the maximum size of the log file; Default is 10MB
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ services:
98
98
# - CLEANUP_INTERVAL=1
99
99
# - DMB_LOG_LEVEL=DEBUG # Master log level for all program logs in DMB
100
100
# - DMB_LOG_COUNT=2
101
+
# - DMB_LOG_SIZE=10M
101
102
# Example to attach to gluetun vpn container if realdebrid blocks IP address
102
103
# network_mode: container:gluetun
103
104
ports:
@@ -171,6 +172,7 @@ of this parameter has the format `<VARIABLE_NAME>=<VALUE>`.
171
172
|`CLEANUP_INTERVAL`| Interval between duplicate cleanup in hours. Values can be any positive [whole](https://www.oxfordlearnersdictionaries.com/us/definition/english/whole-number) or [decimal](https://www.oxfordreference.com/display/10.1093/oi/authority.20110803095705740;jsessionid=3FDC96CC0D79CCE69702661D025B9E9B#:~:text=The%20separator%20used%20between%20the,number%20expressed%20in%20decimal%20representation.) point based number. Ex. a value of .5 would yield thirty minutes and 1.5 would yield one and a half hours |`24`||:heavy_check_mark:|:heavy_check_mark:|
172
173
|`DMB_LOG_LEVEL`| The level at which logs should be captured. See the python [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels) documentation for more details |`INFO`|
173
174
|`DMB_LOG_COUNT`| The number logs to retain. Result will be value + current log |`2`|
175
+
|`DMB_LOG_SIZE`| The size of the log file before it is rotated. Valid options are 'K' (kilobytes), 'M' (megabytes), and 'G' (gigabytes) |`10M`|
174
176
|`ZURG_ENABLED`| Set the value "true" to enable the Zurg process |`false `|||:heavy_check_mark:|
175
177
|`GITHUB_TOKEN`| GitHub Personal Token for use with Zurg private repo. Requires Zurg [sponsorship](https://github.com/sponsors/debridmediamanager)|`false `|||:heavy_check_mark:|
176
178
|`ZURG_VERSION`| The version of Zurg to use. If enabled, the value should contain v0.9.x or v0.9.x-hotfix.x format |`latest`|||:heavy_check_mark:|
0 commit comments