summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-04-10 23:52:41 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-04-11 00:27:51 +0200
commit058f8123e61863f27ca138370853f71f70e90233 (patch)
treef00a3ecbb059183fae01838b39c421eb039bf47c /tests/Core/Command
parent323ee3cbdc420f1009b6eb64b2df0f878ff39a14 (diff)
downloadnextcloud-server-058f8123e61863f27ca138370853f71f70e90233.tar.gz
nextcloud-server-058f8123e61863f27ca138370853f71f70e90233.zip
Set the default log rotate size to 100 MB
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/Core/Command')
-rw-r--r--tests/Core/Command/Log/FileTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Log/FileTest.php b/tests/Core/Command/Log/FileTest.php
index 4270684c9b6..4b8845277da 100644
--- a/tests/Core/Command/Log/FileTest.php
+++ b/tests/Core/Command/Log/FileTest.php
@@ -105,7 +105,7 @@ class FileTest extends TestCase {
['log_type', 'file', 'log_type_value'],
['datadirectory', \OC::$SERVERROOT.'/data', '/data/directory/'],
['logfile', '/data/directory/nextcloud.log', '/var/log/nextcloud.log'],
- ['log_rotate_size', 0, 5 * 1024 * 1024],
+ ['log_rotate_size', 100 * 1024 * 1024, 5 * 1024 * 1024],
]));
$this->consoleOutput->expects($this->at(0))