Module: SelectRailsLog::Constants
- Included in:
- Filter::BaseFilter, Printer::BasePrinter, Printer::DataSerializable, Runner, Scanner
- Defined in:
- lib/select_rails_log/constants.rb
Constant Summary collapse
- DEFAULT_OUTPUT =
Object.new
- DEBUG =
"DEBUG"- ACTION =
data keys
"action"- CLIENT =
"client"- COMPLETED =
"completed"- CONTROLLER =
"controller"- DURATION =
"duration"- HTTP_METHOD =
"http_method"- HTTP_STATUS =
"http_status"- ID =
"id"- INTERVAL =
"interval"- LOGS =
"logs"- MESSAGE =
"message"- PARAMETERS =
"parameters"- PATH =
"path"- PERFORMANCE =
"performance"- PERFORMANCE_ACTIVE_RECORD =
"ActiveRecord"- PERFORMANCE_ALLOCATIONS =
"Allocations"- PERFORMANCE_VIEWS =
"Views"- PID =
"pid"- REQUEST_ID =
"request_id"- RAW_LOGS =
"raw_logs"- SEVERITY =
"severity"- STARTED =
"started"- TIME =
"time"