Application Logging...

Hello!

Wondered if anyone has come across this before:

verbose is set to “standard”
standard is set to “”
all is set to “///…”

Still we see log files in the networkserverpath, even though verbose = “standard” and standard is not set. If we set standard to “none” then it does not write a log file (and this is expected behaviour) but with nothing set, it seems to be using the all Option…

Any ideas why this might be? Is there perhaps a hierachy within the Options for Logging, which looks for somewhere to send the log files..?

Thanks!

Tony

Tony,

I don’t know what app you’re looking at so i can’t look it up, but most Genesys products have a default value if nothing is set. Could it be that the default setting is standard?

Wyn

1 Like

It’s a goddamn StatServer, without the profanity… :slight_smile:

I looked it up in the User Manual (!) but it doesn’t specifically state what happens when no Option is set for Standard Logging. In this case, it looks as if the Config says; “Hey, I’m suppose to write your standard logging to a file somewheres, but you didn’t specify a location, so I’ll use the settings you put into another Option..”

Sounds a bit quirky, to me…

Tony

So what’s new… :wink:

Tony,

It isn’t clearly documented but the log output “all” specifies default outputs for all logging levels until different output is specified for particular log level (standard, trace, interaction, debug).

BTW Have you checked folder where StatServer is installed? The value “none” for log level “standard” isn’t valid value so I would say it treats it as a filename = there will be a file “none” or “none.log” in your StatServer folder…

René

3 Likes

Perfect answer! 10/10! :slight_smile:

Thank you Rene…

Tony