在我调试我的 App Engine 服务器的那一刻,我经常使用清除数据存储区的指令来启动它,然后向它发射几 KB 的数据,以期弄清楚我为什么会出现一些报告写的没有正确生成。
然而,阻碍开发并引起一些轻微担忧的一件事是控制台充斥着以下输出:
DEBUG 2012-07-13 11:44:34,033 datastore_stub_index.py:181] No need to update index.yaml
DEBUG 2012-07-13 11:44:34,221 datastore_stub_index.py:181] No need to update index.yaml
DEBUG 2012-07-13 11:44:34,406 datastore_stub_index.py:181] No need to update index.yaml
DEBUG 2012-07-13 11:44:34,601 datastore_stub_index.py:181] No need to update index.yaml
我有两个问题:我是否应该担心大量表明不需要更改 index.yaml 的消息,如果不需要,有没有办法抑制警告?如果我应该担心,有人能指出我正确的方向吗?
谢谢,