Skip to content

Commit 1be04f3

Browse files
author
Ace Nassri
authored
functions: Java log severity is NOT broken :) (#2882)
Fixes b/156655272
1 parent 121fa88 commit 1be04f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/logging/log-helloworld/src/main/java/functions/LogHelloWorld.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public void service(HttpRequest request, HttpResponse response)
3535
System.out.println("I am a log to stdout!");
3636
System.err.println("I am a log to stderr!");
3737

38-
// Stackdriver does not detect severity from Cloud Functions log output
3938
logger.info("I am an info log!");
4039
logger.warning("I am a warning log!");
4140

0 commit comments

Comments
 (0)