build: set the rust log env variable

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2024-02-29 15:13:14 +01:00
parent f4a982eb4c
commit 2704bc5a38
Signed by: vincenzopalazzo
GPG Key ID: 8B6DC2B870B80D5F
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
export HOST_CC=gcc
export PWD=$(pwd)
export PLUGIN_NAME=cln4go-plugin
export RUST_LOG=info
make dep
'';
};