Skip to content

Commit

Permalink
chore(compute): add new region tags for migration (#9993)
Browse files Browse the repository at this point in the history
  • Loading branch information
alarconesparza authored Jan 23, 2025
1 parent 22080ac commit 2b7cded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compute/error-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
</properties>

<dependencies>
<!-- [START compute_fluent_dependency] -->
<!-- [START dependencies] -->
<dependency>
<groupId>org.fluentd</groupId>
<artifactId>fluent-logger</artifactId>
<version>0.3.4</version>
</dependency>
<!-- [END dependencies] -->
<!-- [END compute_fluent_dependency] -->
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import java.util.Map;
import org.fluentd.logger.FluentLogger;

// [START compute_error_report_with_fluent]
// [START example]
public class ExceptionUtil {
private static FluentLogger ERRORS = FluentLogger.getLogger("myapp");
Expand All @@ -47,3 +48,4 @@ public static void report(Throwable ex) {
}
}
// [END example]
// [END compute_error_report_with_fluent]

0 comments on commit 2b7cded

Please sign in to comment.