[DAEMON-92] appcd-logger: Implement default logger
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-08-08T18:53:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-logger |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-08-08T18:33:05.000+0000 |
Updated | 2017-10-26T03:02:47.000+0000 |
Description
The Appc Daemon uses
snooplogg
for logging, but snooplogg
contains a pretty large 19MB file. To reduce the amount of disk space needed (around 270MB) and to consolidate default logger config settings, it makes sense to introduce an appcd-logger
package.
No comments