user manual
[nepi.git] / doc / user_manual / debugging.tex
index 9185dcd..bc06fd9 100644 (file)
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-TODO
+NEPI can be run in debug mode by using the environment variable NEPI\_LOGLEVEL
+to \textit{debug}. By default the NEPI runs in \textit{info} mode.
+
+\begin{verbatim}
+$ export NEPI_LOGLEVEL=info #Info mode
+$ export NEPI_LOGLEVEL=debug # Debug mode
+\end{verbatim}
+
+