diff --git a/Cargo.toml b/Cargo.toml index 2805841..d368a90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "diflouroborane" +name = "difluoroborane" version = "0.4.2" authors = [ "dequbed " , "Kai Jan Kriegel " diff --git a/bffhd/logging.rs b/bffhd/logging.rs index 8b9d043..b074ec2 100644 --- a/bffhd/logging.rs +++ b/bffhd/logging.rs @@ -9,8 +9,8 @@ pub struct LogConfig { #[serde(default, skip_serializing_if = "Option::is_none")] /// Log filter string in the tracing format `target[span{field=value}]=level`. /// lvalue is optional and multiple filters can be combined with comma. - /// e.g. `warn,diflouroborane::actors=debug` will only print `WARN` and `ERROR` unless the - /// message is logged in a span below `diflouroborane::actors` (i.e. by an actor task) in + /// e.g. `warn,difluoroborane::actors=debug` will only print `WARN` and `ERROR` unless the + /// message is logged in a span below `difluoroborane::actors` (i.e. by an actor task) in /// which case `DEBUG` and `INFO` will also be printed. pub filter: Option, diff --git a/examples/docker/integration/docker-compose.yaml b/examples/docker/integration/docker-compose.yaml index 94118a0..38b54f7 100644 --- a/examples/docker/integration/docker-compose.yaml +++ b/examples/docker/integration/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.8" services: bffh-a: image: registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest - command: ["sh", "-c", "diflouroborane -c /etc/bffh/bffh.dhall --load=/etc/bffh; diflouroborane -c /etc/bffh/bffh.dhall"] + command: ["sh", "-c", "difluoroborane -c /etc/bffh/bffh.dhall --load=/etc/bffh; difluoroborane -c /etc/bffh/bffh.dhall"] volumes: # generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section. - "./config_a:/etc/bffh" @@ -12,7 +12,7 @@ services: image: eclipse-mosquitto bffh-b: image: registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest - command: ["sh", "-c", "diflouroborane -c /etc/bffh/bffh.dhall --load=/etc/bffh; diflouroborane -c /etc/bffh/bffh.dhall"] + command: ["sh", "-c", "difluoroborane -c /etc/bffh/bffh.dhall --load=/etc/bffh; difluoroborane -c /etc/bffh/bffh.dhall"] volumes: # generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section. - "./config_b:/etc/bffh" @@ -23,4 +23,4 @@ services: test-manager: image: debian - tty: true \ No newline at end of file + tty: true diff --git a/modules/sdk/Cargo.toml b/modules/sdk/Cargo.toml index 33c6d31..7f19865 100644 --- a/modules/sdk/Cargo.toml +++ b/modules/sdk/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] sdk-proc = { path = "sdk_proc" } futures-util = "0.3" -diflouroborane = { path = "../.." } \ No newline at end of file +difluoroborane = { path = "../.." }