Skip to content

Commit

Permalink
Grabber / Logging: Removed nosession parameter (overflow)
Browse files Browse the repository at this point in the history
Bug in Logging with "nosession=>1' fills up the "Important Messages' attribute until the sqlite database blows.
  • Loading branch information
christianTF committed Nov 16, 2021
1 parent 313859c commit f34f68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions webfrontend/htmlauth/grabber/grabber_loxone.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ my $log = LoxBerry::Log->new (
append => 1,
# stderr => 1,
addtime => 1,
nosession => 1
# nosession => 1
);

LOGSTART "Grabber Loxone";

# Plugin config
my $pcfgfile = $lbpconfigdir . "/stats4lox.json";
my $pjsonobj = LoxBerry::JSON->new();
Expand Down
2 changes: 1 addition & 1 deletion webfrontend/htmlauth/grabber/grabber_miniserver.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my $log = LoxBerry::Log->new (
append => 1,
# stderr => 1,
addtime => 1,
nosession => 1
# nosession => 1
);

LOGSTART "Grabber Miniserver";
Expand Down

0 comments on commit f34f68a

Please sign in to comment.