Make log rotation also limited by size and controllable from settings. Resolves #2041
This commit is contained in:
parent
f124b3510b
commit
ff16eb1bfe
13 changed files with 98 additions and 40 deletions
|
|
@ -1062,7 +1062,7 @@ class TestBuilding(CommandTest):
|
|||
# Test valid dbref ranges with no search term
|
||||
id1 = self.obj1.id
|
||||
id2 = self.obj2.id
|
||||
maxid = ObjectDB.objects.latest('id').id
|
||||
maxid = ObjectDB.objects.latest("id").id
|
||||
maxdiff = maxid - id1 + 1
|
||||
mdiff = id2 - id1 + 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue