Changeset 6508
- Timestamp:
- Dec 18, 2017, 5:57:49 PM (3 years ago)
- Location:
- lliurex-analytics-server/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-analytics-server/trunk/fuentes/debian/changelog
r5932 r6508 1 lliurex-analytics-server (0.2.3) xenial; urgency=medium 2 3 * Make exceptions not logged in file 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Mon, 18 Dec 2017 17:57:24 +0100 6 1 7 lliurex-analytics-server (0.2.2) xenial; urgency=medium 2 8 -
lliurex-analytics-server/trunk/fuentes/lliurex-analytics-server/usr/lib/analytics-server/analytics/functions.php
r5560 r6508 31 31 } 32 32 }catch (Exception $e){ 33 error_log($e);33 //error_log($e); 34 34 $db->disconnect(); 35 35 return 'NOK';
Note: See TracChangeset
for help on using the changeset viewer.