Created
March 25, 2015 21:44
-
-
Save kived/57f926a76a13fc8cdce8 to your computer and use it in GitHub Desktop.
Kivy with Python logging output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2015-03-25 16:43:58,828][INFO ] aeris2.registry.<module>:10: registry: logger | |
[2015-03-25 16:43:58,984][DEBUG] aeris2.Localization.__init__:42: Using Develop Path | |
[2015-03-25 16:43:58,984][INFO ] aeris2.Localization.__init__:48: initializing localization... | |
[2015-03-25 16:43:59,137][INFO ] aeris2.Localization.__init__:83: default language set to en_US | |
[WARNING] [Config ] Older configuration version detected (12 instead of 10) | |
[WARNING] [Config ] Upgrading configuration in progress. | |
[INFO ] [Logger ] Record log in /home/ryan/.kivy/logs/kivy_15-03-25_6.txt | |
[INFO ] [Factory ] 171 symbols loaded | |
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s | |
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment