Merge changes from github.

PiperOrigin-RevId: 285476760
Change-Id: I785f61f05211e1f04142506e8e585cc1d32f475b
diff --git a/README.md b/README.md
index 3633dba..4d84f83 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,9 @@
 
 ### Example Code
 
-Please refer to [smoke_tests/sample_app.py](smoke_tests/sample_app.py) as an
-example to get started.
+Please refer to
+[smoke_tests/sample_app.py](https://github.com/abseil/abseil-py/blob/master/smoke_tests/sample_app.py)
+as an example to get started.
 
 ## Documentation
 
diff --git a/absl/logging/__init__.py b/absl/logging/__init__.py
index 47adfe2..c4ce102 100644
--- a/absl/logging/__init__.py
+++ b/absl/logging/__init__.py
@@ -952,7 +952,7 @@
   """
   _frames_to_skip = set()
 
-  def findCaller(self, stack_info=False):
+  def findCaller(self, stack_info=False, stacklevel=1):
     """Finds the frame of the calling method on the stack.
 
     This method skips any frames registered with the