Skip to content

Commit

Permalink
chore: log version when running ucc-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored and Artem Rys committed Aug 26, 2021
1 parent 2aa014b commit 8496bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions splunk_add_on_ucc_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ def _removeinput(path):


def _generate(source, config, ta_version, outputdir=None):
logger.info(f"ucc-gen version {__version__} is used")
if outputdir is None:
outputdir = os.path.join(os.getcwd(), "output")
if not ta_version:
Expand Down

0 comments on commit 8496bd6

Please sign in to comment.