Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.9.5" (defproject python/lein-template "0.9.6" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/logger.conf +3 −3 Original line number Diff line number Diff line Loading @@ -55,19 +55,19 @@ args=() level=DEBUG formatter=long class=FileHandler args=('/data2/log/{{name}}/{{name}}.log', 'a', 'utf-8', True) args=('/var/log/{{name}}/{{name}}.log', 'a', 'utf-8', True) [handler_file_yygame_debug] level=DEBUG formatter=long class=FileHandler args=('/data2/log/{{name}}/yygame-debug.log', 'a', 'utf-8', True) args=('/var/log/{{name}}/yygame-debug.log', 'a', 'utf-8', True) [handler_file_crit] level=CRITICAL formatter=long class=FileHandler args=('/data2/log/{{name}}/error.log', 'a', 'utf-8', True) args=('/var/log/{{name}}/error.log', 'a', 'utf-8', True) [formatters] keys=simple,long,ts_seperated_message Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.9.5" (defproject python/lein-template "0.9.6" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/logger.conf +3 −3 Original line number Diff line number Diff line Loading @@ -55,19 +55,19 @@ args=() level=DEBUG formatter=long class=FileHandler args=('/data2/log/{{name}}/{{name}}.log', 'a', 'utf-8', True) args=('/var/log/{{name}}/{{name}}.log', 'a', 'utf-8', True) [handler_file_yygame_debug] level=DEBUG formatter=long class=FileHandler args=('/data2/log/{{name}}/yygame-debug.log', 'a', 'utf-8', True) args=('/var/log/{{name}}/yygame-debug.log', 'a', 'utf-8', True) [handler_file_crit] level=CRITICAL formatter=long class=FileHandler args=('/data2/log/{{name}}/error.log', 'a', 'utf-8', True) args=('/var/log/{{name}}/error.log', 'a', 'utf-8', True) [formatters] keys=simple,long,ts_seperated_message Loading