Skip to content

Commit

Permalink
Update logger.py
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jul 19, 2024
1 parent 1cca450 commit a04dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Log:
file_handler.setFormatter(
logging.Formatter("[%(asctime)s] [%(levelname)s] [%(name)s] - %(message)s", "%m/%d/%Y %I:%M:%S %p")
)
console_handler = logging.StreamHandler()
console_handler: logging.StreamHandler = logging.StreamHandler()

file_output: bool = True
console_output: bool = True
Expand Down

0 comments on commit a04dde5

Please sign in to comment.