Fix pb and log
[gruntmaster-page.git] / app.psgi
index e662e264184bbf6c93705e9105895590e38014f0..2f92d9ac68da1b13cded09d5a2fcaecd5541ad25 100644 (file)
--- a/app.psgi
+++ b/app.psgi
@@ -91,6 +91,7 @@ sub authenticate {
 
 Log::Log4perl->init('log.conf');
 my $access_logger = Log::Log4perl->get_logger('access');
+$ENV{DBIC_NULLABLE_KEY_NOWARN} = 1;
 
 builder {
        enable_if { $_[0]->{PATH_INFO} eq '/ok' } sub { sub{ [200, [], []] }};
This page took 0.009356 seconds and 4 git commands to generate.