Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Workaround to prevent overwriting RUST_LOG #2321

Merged
merged 2 commits into from
Jun 29, 2022
Merged

Workaround to prevent overwriting RUST_LOG #2321

merged 2 commits into from
Jun 29, 2022

Commits on Jun 29, 2022

  1. Workaround to prevent overwriting RUST_LOG

    So far we overwrote RUST_LOG log settings using . This is annoying because hardcoded log levels can't be changed later on. With this workaround we can have smart defaults but allow the user to overwrite the log level using RUST_LOG
    bonomat committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9c0dbec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    239965f View commit details
    Browse the repository at this point in the history