Rotate¶
-
class
OC\Log\
Rotate
¶ - This rotates the current logfile to a new name, this way the total log usagewill stay limited and older entries are available for a while longer.For more professional log management set the ‘logfile’ config to a differentlocation and manage that with your own tools.
Source: lib/private/Log/Rotate.php#37 Parent: OC\BackgroundJob\Job
Used traits: OCP\Log\RotationTrait
Methods¶
-
public
OC\Log\Rotate::
run
($dummy)¶ Source: lib/private/Log/Rotate.php#40