Update recommendation_server.py
This commit is contained in:
parent
dbe55ed253
commit
0e827b380b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
# Start the Stackdriver Profiler Python agent
|
# Start the Stackdriver Profiler Python agent
|
||||||
try:
|
try:
|
||||||
googlecloudprofiler.start(service='recommendation_server', service_version='1.0.1', verbose=0)
|
googlecloudprofiler.start(service='recommendation_server', service_version='1.0.0', verbose=0)
|
||||||
except (ValueError, NotImplementedError) as exc:
|
except (ValueError, NotImplementedError) as exc:
|
||||||
logger.info("Unable to start Stackdriver Profiler Python agent in recommendation_server.py.\n" +
|
logger.info("Unable to start Stackdriver Profiler Python agent in recommendation_server.py.\n" +
|
||||||
str(exc))
|
str(exc))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue