mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
93_DbLog: change verbose level of addlog from 2 to 4
git-svn-id: https://svn.fhem.de/fhem/trunk@15893 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a9a502da6
commit
87d18ff43b
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- change: 93_DbLog: change verbose level of addlog from 2 to 4
|
||||
- bugfix: 93_DbRep: old dumpfiles not deleted by dumpMySQL clientSide
|
||||
- bugfix: 70_BRAVIA: typo fixed, 'set application' works now
|
||||
- feature: 93_DbRep: V7.4.0, new commands dumpSQLite/restoreSQLite,
|
||||
|
@ -16,6 +16,7 @@
|
||||
############################################################################################################################################
|
||||
# Versions History done by DS_Starter & DeeSPe:
|
||||
#
|
||||
# 3.6.3 14.01.2018 change verbose level of addlog "no Reading of device ..." message from 2 to 4
|
||||
# 3.6.2 07.01.2018 new attribute "exportCacheAppend", change function exportCache to respect attr exportCacheAppend,
|
||||
# fix DbLog_execmemcache verbose 5 message
|
||||
# 3.6.1 04.01.2018 change SQLite PRAGMA from NORMAL to FULL (Default Value of SQLite)
|
||||
@ -175,7 +176,7 @@ use Blocking;
|
||||
use Time::HiRes qw(gettimeofday tv_interval);
|
||||
use Encode qw(encode_utf8);
|
||||
|
||||
my $DbLogVersion = "3.6.2";
|
||||
my $DbLogVersion = "3.6.3";
|
||||
|
||||
my %columns = ("DEVICE" => 64,
|
||||
"TYPE" => 64,
|
||||
@ -3411,7 +3412,7 @@ sub DbLog_AddLog($$$) {
|
||||
Log3 $name, 4, "DbLog $name -> Readings extracted from Regex: @exrds";
|
||||
|
||||
if(!@exrds) {
|
||||
Log3 $name, 2, "DbLog $name -> no Reading of device '$dev_name' selected from '$rdspec' used by addLog !";
|
||||
Log3 $name, 4, "DbLog $name -> no Reading of device '$dev_name' selected from '$rdspec' used by addLog !";
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user