mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
define logging config for AYON processes
This commit is contained in:
parent
e86bf9c787
commit
b1e0a92505
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"""Package for handling AYON command line arguments."""
|
||||
import os
|
||||
import sys
|
||||
import logging
|
||||
import code
|
||||
import traceback
|
||||
from pathlib import Path
|
||||
|
|
@ -23,6 +24,9 @@ from ayon_core.lib.env_tools import (
|
|||
merge_env_variables,
|
||||
)
|
||||
|
||||
logging.basicConfig()
|
||||
log = logging.getLogger()
|
||||
|
||||
|
||||
@click.group(invoke_without_command=True)
|
||||
@click.pass_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue