Page MenuHomePhabricator

[services][feature-flags] Set up the logger
ClosedPublic

Authored by tomek on Feb 8 2023, 4:13 AM.
Tags
None
Referenced Files
F1674524: D6664.diff
Sun, Apr 28, 4:10 PM
Unknown Object (File)
Wed, Apr 17, 7:34 AM
Unknown Object (File)
Wed, Apr 17, 7:34 AM
Unknown Object (File)
Wed, Apr 17, 7:33 AM
Unknown Object (File)
Wed, Apr 17, 7:28 AM
Unknown Object (File)
Mar 20 2024, 9:03 PM
Unknown Object (File)
Mar 20 2024, 9:03 PM
Unknown Object (File)
Mar 19 2024, 2:59 AM
Subscribers

Details

Summary

Use tracing as a logging library - the same as is used in other services.
Added a couple of dependencies with the same versions as used in backup service.

Depends on D6663

Test Plan

Run the service and check if log message is displayed.
Introduce two new logs with debug and warn severity and check if only warn is being displayed.
Set RUST_LOG env variable to debug and later to warn and check if the logging filtering behaves correctly.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable