Skip to content

Commit

Permalink
Make run command logged at info
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Feb 14, 2024
1 parent cdeb832 commit 1259d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scikit_build_core/_shutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _run(
logger.debug("RUNENV - changes since last run only:\n {}", msg)
type(self)._prev_env = self.env.copy()

logger.debug("RUN: {}", " ".join(options))
logger.info("RUN: {}", " ".join(options))

return subprocess.run(
options,
Expand Down

0 comments on commit 1259d18

Please sign in to comment.