Skip to content

Commit

Permalink
Update CODEOWNERS, change log levels to better reflect what user is l…
Browse files Browse the repository at this point in the history
…ogging (Azure#29543)
  • Loading branch information
lzchen authored Mar 23, 2023
1 parent 90a1c40 commit f81be8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
#/<NotInRepo>/ @ccmshowbackdevs

# ServiceLabel: %Monitor - Exporter %Service Attention
#/<NotInRepo>/ @@cijothomas @@reyang @@rajkumar-rangaraj @@TimothyMothra @@vishweshbankwar @@ramthi
#/<NotInRepo>/ @lzchen @jeremydvoss


# Management Plane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
handler = LoggingHandler()
logger = logging.getLogger(__name__)
logger.addHandler(handler)
logger.setLevel(logging.ERROR)

# The following code will generate two pieces of exception telemetry
# that are identical in nature
Expand Down

0 comments on commit f81be8c

Please sign in to comment.