Discussion:
Privacy: calGoogleSessionManager writing to syslog [linux]
NoOp
2016-11-14 04:48:17 UTC
Permalink
I notice that Mozilla Thunderbird and SeaMonkey calendar
extensions are writing to syslog:

[calGoogleSessionManager] Creating session <snip>
gnome-session[4983]: [calCachedCalendar] Performing playback operation
add on 0 items to <snip>@gmail.com
gnome-session[4983]: [calCachedCalendar] Performing playback operation
modify on 0 items to <snip>@gmail.com
gnome-session[4983]: [calCachedCalendar] Performing playback operation
delete on 0 items to <snip>@gmail.com
gnome-session[4983]: [calCachedCalendar] Doing changelog based sync for
calendar googleapi://<snip>/?calendar=<snip>%40gmail.com
gnome-session[4983]: [calGoogleSession] Token expired 1478xxxxx seconds
ago, resetting
gnome-session[4983]: [calGoogleCalendar] Logging in session <snip>

The information contains email account information, reminders, id tags
etc that I would prefer not be written to syslog. Is there a way to turn
this off?

User agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox
OS Linux 4.4.0-47-generic/49.0 SeaMonkey/2.46
Lightning 5.1 true {e2fda1a4-762b-4020-b5ad-a41df1933103}
Stefan Sitter
2016-11-14 19:10:49 UTC
Permalink
Post by NoOp
I notice that Mozilla Thunderbird and SeaMonkey calendar
[calGoogleSessionManager] Creating session <snip>
gnome-session[4983]: [calCachedCalendar] Performing playback operation
gnome-session[4983]: [calCachedCalendar] Performing playback operation
gnome-session[4983]: [calCachedCalendar] Performing playback operation
gnome-session[4983]: [calCachedCalendar] Doing changelog based sync for
calendar googleapi://<snip>/?calendar=<snip>%40gmail.com
gnome-session[4983]: [calGoogleSession] Token expired 1478xxxxx seconds
ago, resetting
gnome-session[4983]: [calGoogleCalendar] Logging in session <snip>
The information contains email account information, reminders, id tags
etc that I would prefer not be written to syslog. Is there a way to turn
this off?
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox
OS Linux 4.4.0-47-generic/49.0 SeaMonkey/2.46
Lightning 5.1 true {e2fda1a4-762b-4020-b5ad-a41df1933103}
What are your settings for the advanced preferences calendar.debug.log
and calendar.debug.log.verbose? Both should be set to false by default
and this case nothing should be logged according to
https://dxr.mozilla.org/comm-central/source/calendar/base/src/calUtils.js#940

/Stefan
NoOp
2016-11-14 19:36:11 UTC
Permalink
Post by Stefan Sitter
Post by NoOp
I notice that Mozilla Thunderbird and SeaMonkey calendar
[calGoogleSessionManager] Creating session <snip>
gnome-session[4983]: [calCachedCalendar] Performing playback operation
gnome-session[4983]: [calCachedCalendar] Performing playback operation
gnome-session[4983]: [calCachedCalendar] Performing playback operation
gnome-session[4983]: [calCachedCalendar] Doing changelog based sync for
calendar googleapi://<snip>/?calendar=<snip>%40gmail.com
gnome-session[4983]: [calGoogleSession] Token expired 1478xxxxx seconds
ago, resetting
gnome-session[4983]: [calGoogleCalendar] Logging in session <snip>
The information contains email account information, reminders, id tags
etc that I would prefer not be written to syslog. Is there a way to turn
this off?
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox
OS Linux 4.4.0-47-generic/49.0 SeaMonkey/2.46
Lightning 5.1 true {e2fda1a4-762b-4020-b5ad-a41df1933103}
What are your settings for the advanced preferences calendar.debug.log
and calendar.debug.log.verbose? Both should be set to false by default
and this case nothing should be logged according to
https://dxr.mozilla.org/comm-central/source/calendar/base/src/calUtils.js#940
/Stefan
Thanks! That was the issue - both were set to true.

Loading...