Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Navin to format later...

Change “WARN” on line 29 in PrinterMonitorService.exe.config to "INFO" to get more logging from the PrinterMonitorService.
 
 
<configuration>
...  
	<log4net>
	...    <root>      
		<level value="WARN"/>
		...    
	     <root>
        ...  
	</log4net>
...
</configuration>
 
  • No labels