Add pid to LogEntry. Use online logging for --send-data.

This commit is contained in:
Daniel Nichter
2013-06-09 17:15:16 -07:00
parent 34bc178cd8
commit 8eff03c294
3 changed files with 89 additions and 82 deletions

View File

@@ -22,6 +22,12 @@ package Percona::WebAPI::Resource::LogEntry;
use Lmo;
has 'pid' => (
is => 'ro',
isa => 'Int',
required => 1,
);
has 'service' => (
is => 'ro',
isa => 'Str',