pylonsとpythonに関するnstaのブックマーク (2)

  • Pylons Playbook – Tips & Tricks

    Every crack and uneven floor in your home’s foundation is part of a larger story, whispering secrets about the ground beneath and the weight above. Sometimes, these are tales of minor, easily-fixed anomalies. Other times, they speak of complex, deep-rooted issues that demand attention and resources. Deciphering these signs is crucial, as your home, likely the most significant investment you’ll eve

  • Pylons におけるデバッグ方法 - Pyxis 開発ブログ

    社内向けに書いたドキュメントですが、汎用的で役に立ちそうなので、少し手を入れて公開することにしました。 ログ出力 ファイルの先頭でログ出力用オブジェクトをを初期化し、以下のようにログを書き出してください。 import logging log = logging.getLogger(__name__) log.warn("Some Message") デフォルトでは、サーバを実行しているコンソールにログが書き出されます。なお、 development.ini にログの設定を細かく書くことができます。詳しくは Logging を参照してください。 インタラクティブデバッガ Pylons を debug=true で利用していると、エラー画面にデバッグ画面が表示されます。ここにはスタックトレースが表示され、各種変数を参照したり、Python コードを実行することができ、とても便利です。詳しくは

    Pylons におけるデバッグ方法 - Pyxis 開発ブログ
  • 1