DayZ
Not enough ratings
Deloginator
3
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
4.308 KB
21 Nov, 2022 @ 10:11pm
21 Nov, 2022 @ 10:11pm
2 Change Notes ( view )

Subscribe to download
Deloginator

Description
Description
Limits the amount of logs depending on filters in your profile folder. By default logs will not be limited on the server, this is be design, so server owners can configure how many logs they want to limit to after the config is generated upon loading the mod. By default the client will automatically limit logs based on the default configuration (5 of each type). Clients can configure how many logs they want to have saved/available by editing the Deloginator.json config in their Documents/DayZ directory.

Configuration
Enabled - disabled/enabled (0-1)
Limiter - key-value pair (filter : limit)

Client Location - ..\Documents\DayZ\Deloginator.json
{ "Enabled": 1, "Limiter": { "*.log": 1, "*.ADM": 1, "*.RPT": 1, "*.mdmp": 1 } }

Server Location - ..\ServerProfile\configs\Deloginator.json
{ "Enabled": 1, "Limiter": { "script_*.log": 5, "crash_*.log": 5, "DayZServer_x64_*.ADM": 10, "DayZServer_x64_*.RPT": 10, "DayZServer_x64_*.mdmp": 5, } }

Usage & Terms
You're free to use this how ever, where ever, and for what ever you want, even repack into your own server mod. If you do use this, please give credit where credit is due. This mod will most likely never be updated, as it is simple and does not mod any existing classes.
Popular Discussions View All (1)
0
13 Apr, 2023 @ 1:39am
Log files from other mods
H3liumCat
16 Comments
₣Ʉ฿₳Ɽ 14 Oct, 2024 @ 7:04am 
This is a very good mod to have i like this a lot, is there a way that we can run this client side 2 and delete files that is 20GB plus in the %localappdata%\dayz?
Stryker.x1 29 Jul, 2024 @ 8:53am 
@Wardog - any luck with subdirectories? I tried do it per below but it doesn't look like it picks up on the subs.
"EventManagerLog/*.log": 10,
"CommunityOnlineTools/Logs/*.log": 10

@shaun_oloughlin_2013 - you just do it yourself, add any logs to the \profiles\configs\deloginator.json like below. As long as they're in Profiles (and not a subdirectory) it'll clean em up.
"LBmaster_*.log": 5,
"RFFSHeli_*.log": 5
MISFITNO1 1 Jul, 2024 @ 3:29pm 
is there any chance of adding lb and redfalcon to it please
Old Man Vape 2 Jul, 2023 @ 4:12pm 
Thank You So Much For everything you bring to the community!
Wardog  [author] 2 Jul, 2023 @ 3:20pm 
I'll look into it
Old Man Vape 2 Jul, 2023 @ 10:45am 
Wardog Anyway to allow subdirectory like cot, expansion logs, codelock for those guys lol and others PLEASE
Stealheadz 8 Jun, 2023 @ 11:35am 
Thanks for helping us keep our profile folder free of millions of logs! much appreciated buddy!
H3liumCat 13 Apr, 2023 @ 11:02am 
That does not work.
H3liumCat 13 Apr, 2023 @ 7:00am 
I will try and report! Thanks for your answer!
Wardog  [author] 13 Apr, 2023 @ 6:52am 
If the log exists within a subdirectory of the profile folder, i believe you can add it to the limiter filter. This is something i haven't tested but you can sure try! Here's an example:

"CommunityOnlineTools/Logs/cot-*.log": 5