nginx_log.parser.ts 226 B

123456
  1. export default {
  2. 50101: () => $gettext('Empty log line'),
  3. 50102: () => $gettext('Log line exceeds maximum length'),
  4. 50103: () => $gettext('Unsupported log format'),
  5. 50104: () => $gettext('Invalid timestamp format'),
  6. }