boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
458 stars 33 forks source link

Replace log4rs by tracing #158

Closed boxdot closed 2 years ago

boxdot commented 2 years ago

Rationale:

  1. I am more familiar with tracing.
  2. This removes the traitobject dependency having a security issue.