Skip to content

Commit f81be8c

Browse files
authored
Update CODEOWNERS, change log levels to better reflect what user is logging (Azure#29543)
1 parent 90a1c40 commit f81be8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
#/<NotInRepo>/ @ccmshowbackdevs
918918

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

922922

923923
# Management Plane

sdk/monitor/azure-monitor-opentelemetry-exporter/samples/logs/sample_exception.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
handler = LoggingHandler()
2929
logger = logging.getLogger(__name__)
3030
logger.addHandler(handler)
31+
logger.setLevel(logging.ERROR)
3132

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

0 commit comments

Comments
 (0)