location service fills disk with logs, needs to ship logrotate config
Bug #1447110 reported by
Oliver Grawert
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Thomas Voß | ||
location-service (Ubuntu) |
In Progress
|
High
|
Thomas Voß |
Bug Description
phablet@
664
phablet@
22M /var/log/
seems location service never cleans up its logs, while they are small, the sheer amount over time occupies a lot of diskspace ...
ubuntu-
Related branches
lp://staging/~thomas-voss/location-service/fix-1447110
- Scott Sweeny (community): Approve
-
Diff: 202 lines (+86/-35)6 files modifieddoc/debugging.md (+0/-1)
src/location_service/com/ubuntu/location/service/daemon.cpp (+15/-0)
src/location_service/com/ubuntu/location/service/daemon_main.cpp (+0/-31)
src/location_service/com/ubuntu/location/service/session/skeleton.cpp (+3/-3)
tests/CMakeLists.txt (+2/-0)
tests/bug_1447110.cpp (+66/-0)
affects: | location-service (Ubuntu) → canonical-devices-system-image |
Changed in location-service (Ubuntu): | |
assignee: | nobody → Oliver Grawert (ogra) |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Canonical Phone Foundations (canonical-phonedations-team) |
importance: | Undecided → High |
milestone: | none → ww17-2015 |
status: | New → Confirmed |
Changed in location-service (Ubuntu): | |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
milestone: | ww17-2015 → ww21-2015 |
Changed in canonical-devices-system-image: | |
assignee: | Canonical Phone Foundations (canonical-phonedations-team) → John McAleely (john.mcaleely) |
milestone: | ww21-2015 → none |
Changed in location-service (Ubuntu): | |
assignee: | Oliver Grawert (ogra) → Thomas Voß (thomas-voss) |
Changed in canonical-devices-system-image: | |
assignee: | John McAleely (john.mcaleely) → Thomas Voß (thomas-voss) |
milestone: | none → backlog |
milestone: | backlog → ww08-2016 |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in location-service (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | ww08-2016 → 11 |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
milestone: | 11 → ww08-2016 |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I'm reducing the amount of logs generated by session::Skeleton such that issues in communicating updates to clients are only logged in verbose setups.