Method: Moped::Protocol::Command#log_inspect
- Defined in:
- lib/moped/protocol/command.rb
#log_inspect ⇒ String
Provide the value that will be logged when the command runs.
65 66 67 68 |
# File 'lib/moped/protocol/command.rb', line 65 def log_inspect type = "COMMAND" "%-12s database=%s command=%s" % [type, database, selector.inspect] end |