Skip to content

Commit

Permalink
Update src/con_duct/__main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Aug 16, 2024
1 parent 683cc8a commit 29a30d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/con_duct/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
from . import __version__

lgr = logging.getLogger("con-duct")
# Default log level is DEBUG, but can be overridden by setting DUCT_LOG_LEVEL
# and later set via CLI argument
DEFAULT_LOG_LEVEL = os.environ.get("DUCT_LOG_LEVEL", "INFO").upper()

ENV_PREFIXES = ("PBS_", "SLURM_", "OSG")
Expand Down

0 comments on commit 29a30d4

Please sign in to comment.