updated loggin from info to warning
This commit is contained in:
@@ -21,7 +21,7 @@ frontend_path = os.path.join(
|
||||
)
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
level=logging.WARNING,
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||
)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
Reference in New Issue
Block a user