mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
using ROCLS_LOG for logging env var
Signed-off-by: faldor20 <eli.jambu@yahoo.com>
This commit is contained in:
parent
740222e51a
commit
a6549f3fd3
3 changed files with 3 additions and 4 deletions
|
@ -338,7 +338,7 @@ where
|
|||
|
||||
#[tokio::main(flavor = "multi_thread")]
|
||||
async fn main() {
|
||||
env_logger::init();
|
||||
env_logger::Builder::from_env("ROCLS_LOG").init();
|
||||
|
||||
let stdin = tokio::io::stdin();
|
||||
let stdout = tokio::io::stdout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue