forked from infra/keys
check debug log in ci
This commit is contained in:
parent
b55a294e40
commit
dabd8424c4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def main():
|
|||
logging.basicConfig(
|
||||
style="{",
|
||||
format="[{levelname:8}] {message}",
|
||||
level=logging.INFO if is_ci else logging.DEBUG,
|
||||
level=logging.DEBUG #logging.INFO if is_ci else logging.DEBUG,
|
||||
)
|
||||
chdir(env.get("GITHUB_WORKSPACE", default="."))
|
||||
if is_ci:
|
||||
|
|
Loading…
Add table
Reference in a new issue