Skip to content

Commit

Permalink
Add a google specific env flag to the python server.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590250455
Change-Id: Id82941fd4da780b1086740b86e0d05ca3bc72666
  • Loading branch information
maoning authored and copybara-github committed Dec 12, 2023
1 parent 52bd09e commit 440bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_server/py/plugin_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ def _configure_health_service(server):

if __name__ == '__main__':
flags.set_default(logging.ALSOLOGTOSTDERR, True)
app.run(main)
app.run(main, change_root_and_user=False)

0 comments on commit 440bc4d

Please sign in to comment.