agent.js 194 B

12345678
  1. 'use strict';
  2. const LogRotator = require('../lib/rotator');
  3. // egg-schedule will load both at app and agent, so we should mount it for compatiblecompatible
  4. module.exports = {
  5. LogRotator,
  6. };