change ErrorHandler to Log
This commit is contained in:
parent
d11cd6f4f7
commit
199c4e4960
90 changed files with 311 additions and 311 deletions
|
|
@ -57,7 +57,7 @@ sub notify {
|
|||
my $self = shift;
|
||||
my $module = shift;
|
||||
my $params = shift;
|
||||
my ($config, $error) = $self->session->quick("config", "errorHandler");
|
||||
my ($config, $error) = $self->session->quick("config", "log");
|
||||
my $remote = create_ikc_client(
|
||||
port=>$config->get("spectrePort"),
|
||||
ip=>$config->get("spectreIp"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue