pzbw / eventlog-to-syslog

Automatically exported from code.google.com/p/eventlog-to-syslog
0 stars 0 forks source link

Log level 4 (Information) not available #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Copy the 4.4.1 executables to the system32 directory
2. Run evtlog.exe -i -h [host] -l 4

What is the expected output? What do you see instead?
Expected: Service created.
Result: Bad level: 4 Must be between 0 and 3

What version of the product are you using? On what operating system?
4.4.1 on Windows 7

Please provide any additional information below.
Just now looking at using the program.  Assuming 4 is less verbose than 0, this 
is what my organization is looking at using.

Thank you
-Brian

Original issue reported on code.google.com by alik...@gmail.com on 7 Apr 2011 at 8:49

GoogleCodeExporter commented 8 years ago
I see the problem. Honestly though, 4 does not have much difference from 0 
(Verbose). I included because it is a valid Eventlog level, but most windows 
events will be considered Information (4).

The fix will be included in the release tonight.

Original comment by sherwin....@gmail.com on 8 Apr 2011 at 12:29