We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25504c8 commit 1b58d29Copy full SHA for 1b58d29
examples/simple/simple_ext1/application.py
@@ -71,7 +71,7 @@ def get_conf(self, key):
71
return None
72
73
def initialize_settings(self):
74
- self.log.info('333 {}'.format(self.config))
+ self.log.info('Config {}'.format(self.config))
75
# self.log.info('SimpleApp1.app {}'.format(self.get_conf('app')))
76
# self.log.info('SimpleApp1.file {}'.format(self.get_conf('file')))
77
# self.log.info('SimpleApp1.cli {}'.format(self.get_conf('cli')))
0 commit comments