|
From: Leif M. <le...@ta...> - 2003-10-31 00:51:40
|
Luis,
The ';' character is not a special character in the Wrapper. The=20
Wrapper is seeing
that you specified a log level called "INFO;". Since that is an=20
unknown log level, the
Wrapper's logging system is simply falling back to the safest choice,=20
which is "DEBUG".
This is the same behavior as the LogKit and Log4J logging systems when=20
an unknown
log level is encountered.
If you were trying to specify a comment, you can use the '#' characte=
r.
Cheers,
Leif
Luis Guzman wrote:
>Hi leif,
>What does an ; in the configuration file do? We had an issue where it
>was in the following line as shown.
>wrapper.logfile.loglevel=3DINFO;
>
>It then cause the wrapper to go into debug mode and print stdout the
>following info.
>2003/10/30 17:48:06 | INFO | jvm 1 | 17:48:06,120 INFO [STDOUT]
>Received a packet PING : ping=20
>2003/10/30 17:48:06 | INFO | jvm 1 | 17:48:06,120 INFO [STDOUT]
>Send a packet PING : ok=20
>2003/10/30 17:48:06 | DEBUG | wrapperp | read a packet PING : ok=20
>2003/10/30 17:48:06 | DEBUG | wrapper | Got ping response from JVM=20
>
>Is there a wrapper configuration check that could catch this before
>launching?
>
>Thanks for your help.
>
>
>--------------------------------------------------
>Luis Guzman
>Network & System Administrator
>lui...@sk...
>=20
>Sakonnet Technology
>594 Broadway, Suite 1008
>New York NY 10012=20
>www.sknt.com
>=20
>+1 917 237 3817 direct
>+1 212 343 3103 fax=20
>
>_______________________________________________________
>This message is for the named recipient's use only. It may contain sens=
itive and private proprietary information. No confidentiality is waived =
or lost by any incorrect transmission. If you are not the intended recip=
ient, please immediately delete it and all copies of it from your system,=
destroy any hard copies of it and notify the sender. You must not, dire=
ctly or indirectly, use, disclose, distribute, print, or copy any part of=
this message if you are not the intended recipient. Sakonnet Technology=
, LLC and its subsidiaries reserve the right to monitor all e-mail commun=
ications through their networks. Any views expressed in this message are =
those of the individual sender, except where the message states otherwise=
and the sender is authorized to state them to be the views of any such e=
ntity. Unless otherwise stated, any pricing information given in this me=
ssage is indicative only, is subject to change and does not constitute an=
offer to deal at any price quoted. Any reference to the terms of execute=
d transactions should be treated as preliminary only and subject to our f=
ormal written confirmation.=20
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: SF.net Giveback Program.
>Does SourceForge.net help you be more productive? Does it
>help you create better code? SHARE THE LOVE, and help us help
>YOU! Click Here: http://sourceforge.net/donate/
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
> =20
>
|