aggiunto parametro mancante e modificato livello minimo di log
This commit is contained in:
parent
250c4a44d3
commit
5e8dbe3e0b
@ -71,5 +71,7 @@
|
||||
|
||||
DataFineTrimestreCorrente=30/09/2020
|
||||
DataFineTrimestreCorrente_LetteraAccompagnamento=15/01/2019
|
||||
|
||||
getLogsProcedure=[dbo].[GetLogs]
|
||||
|
||||
|||! Da questo punto il file non viene piu nel letto ne interpretato
|
@ -34,7 +34,7 @@
|
||||
<parameter name="@exception" layout="${exception:tostring}" />
|
||||
</target>
|
||||
</targets>
|
||||
<rules>
|
||||
<logger name="*" minlevel="Debug" writeTo="file,console" />
|
||||
</rules>
|
||||
<rules>
|
||||
<logger name="*" minlevel="Info" writeTo="file,console,database" />
|
||||
</rules>
|
||||
</nlog>
|
Loading…
x
Reference in New Issue
Block a user