Skip to content

Commit

Permalink
Switch integ test level to INFO and minor top level cleanup (#1078)
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn authored Oct 17, 2024
1 parent 85d5846 commit 98d1318
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 83 deletions.
78 changes: 0 additions & 78 deletions Jenkinsfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@


def pytest_configure(config):
# Configure logging
logging.basicConfig(level=logging.DEBUG,
# Configure logging, avoid sensitive data at lower logs levels
logging.basicConfig(level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s',
datefmt='%Y-%m-%d %H:%M:%S')

# This line ensures that log messages are displayed on the console during test runs
logging.getLogger().setLevel(logging.DEBUG)


def pytest_addoption(parser):
parser.addoption("--unique_id", action="store", default=uuid.uuid4().hex)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 98d1318

Please sign in to comment.