Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 96aeb16

Browse files
committed
Print debugger logs to stderr on Flex Java, so that they will show up on Cloud
Logging. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=155415372
1 parent 79adc70 commit 96aeb16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/agent/format-env-appengine-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CDBG_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3636

3737
ARGS="-agentpath:${CDBG_ROOT}/cdbg_java_agent.so="
3838
ARGS+="--log_dir=/var/log/app_engine"
39-
ARGS+=",--logtostderr=false"
39+
ARGS+=",--alsologtostderr=true"
4040

4141
# When using Jetty/Tomcat images, the debugger should also read the
4242
# WEB-INF/classes and WEB-INF/lib directories. When using the OpenJDK

third_party/antlr/libantlr.jar

8.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)