Class: Percheron::Commands::Logs

Inherits:
Abstract
  • Object
show all
Defined in:
lib/percheron/commands/logs.rb

Instance Method Summary collapse

Methods inherited from Abstract

#config, default_parameters!, #runit, #stack

Instance Method Details

#executeObject



9
10
11
12
# File 'lib/percheron/commands/logs.rb', line 9

def execute
  super
  stack.logs!(unit_name, follow: follow?)
end