Commit 8951ad94d538ab481dc57d06302e9cf7e9b34e2f
1 parent
b097bc98
Exists in
master
and in
1 other branch
Adicionado o stack do erro ao log.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/gov/ans/integracao/sei/rest/ProcessoResource.java
| @@ -249,7 +249,7 @@ public class ProcessoResource { | @@ -249,7 +249,7 @@ public class ProcessoResource { | ||
| 249 | getSOuN(exibirInteressados), getSOuN(exibirObservacoes), getSOuN(exibirAndamento), getSOuN(exibirAndamentoConclusao), getSOuN(exibirUltimoAndamento), getSOuN(exibirUnidadesAberto), | 249 | getSOuN(exibirInteressados), getSOuN(exibirObservacoes), getSOuN(exibirAndamento), getSOuN(exibirAndamentoConclusao), getSOuN(exibirUltimoAndamento), getSOuN(exibirUnidadesAberto), |
| 250 | getSOuN(exibirProcessosRelacionados), getSOuN(exibirProcessosAnexados)); | 250 | getSOuN(exibirProcessosRelacionados), getSOuN(exibirProcessosAnexados)); |
| 251 | }catch(AxisFault ex){ | 251 | }catch(AxisFault ex){ |
| 252 | - logger.error(ex); | 252 | + logger.error(ex, ex); |
| 253 | return null; | 253 | return null; |
| 254 | } | 254 | } |
| 255 | } | 255 | } |