Add debugging logs to update controller code

This commit is contained in:
2025-10-20 09:36:25 +01:00
parent 8c285179fd
commit fae65f49f3

View File

@@ -121,6 +121,12 @@ sub do_update {
my $c = shift;
$c->app->log->info($c->log_req);
#for debugging:
$c->app->log->info($c->dumper($c->req->body_params->to_hash));
$c->app->log->info($c->dumper($c->req->query_params->to_hash));
$c->app->log->info($c->dumper($c->req->params->to_hash));
my $modul = '';
#The most common ones - you might want to delete some of these if they are not used.