mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-07 19:14:10 +00:00
logging: Move agent logger to a separate package
The agent logger is useful and generic enough that it can be used by other components, so move the agent logging package to below a top level `pkg` to encourage re-use. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
43db1284e9
commit
a2dce2dc71
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
oci = { path = "oci" }
|
oci = { path = "oci" }
|
||||||
logging = { path = "logging" }
|
logging = { path = "../../pkg/logging" }
|
||||||
rustjail = { path = "rustjail" }
|
rustjail = { path = "rustjail" }
|
||||||
protocols = { path = "protocols" }
|
protocols = { path = "protocols" }
|
||||||
netlink = { path = "netlink" }
|
netlink = { path = "netlink" }
|
||||||
@ -33,7 +33,6 @@ tempfile = "3.1.0"
|
|||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"logging",
|
|
||||||
"netlink",
|
"netlink",
|
||||||
"oci",
|
"oci",
|
||||||
"protocols",
|
"protocols",
|
||||||
|
Loading…
Reference in New Issue
Block a user