mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 08:25:03 -05:00
* turn off annoying gat background logging
This commit is contained in:
parent
a295f24645
commit
32b2d35e0c
@ -33,6 +33,9 @@ public class Analytics {
|
||||
if (tracker != null)
|
||||
return tracker;
|
||||
|
||||
// disable useless background logging
|
||||
Logger.getLogger(JGoogleAnalyticsTracker.class.getName()).setLevel(Level.OFF);
|
||||
|
||||
// initialize tracker
|
||||
visitorData = restoreVisitorData();
|
||||
tracker = new JGoogleAnalyticsTracker(getConfig(getApplicationProperty("analytics.WebPropertyID"), visitorData), V_4_7_2);
|
||||
|
Loading…
Reference in New Issue
Block a user