mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-16 20:35:15 +02:00
Logger Levels
update logger levels
This commit is contained in:
parent
49eff56e5d
commit
c9a8974165
17 changed files with 123 additions and 123 deletions
|
@ -133,7 +133,7 @@ function geonames_post_hook($a, &$item) {
|
|||
$item['location'] = $xml->geoname->name . ', ' . $xml->geoname->countryName;
|
||||
|
||||
|
||||
// Logger::log('geonames : ' . print_r($xml,true), LOGGER_DATA);
|
||||
// Logger::log('geonames : ' . print_r($xml,true), Logger::DATA);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue