You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have instrumented an MSF4J service with multiple log.info (xxxx) entries. When running on Mac, the log entries show in the console where I start the service. On Linux, they don't- Can't find them anywhere. What's the trick to show them on Console (or send to File) ?
Using release 2.4, with Java 1.8.0_111 on both systems.
Thanks!
The text was updated successfully, but these errors were encountered:
logging configuration file(log4j.properties) is packaged from msf4j-core dependency. So MSF4J service depends on msf4j-core will get the default configuration like [1]
I tested in similar linux environment. logs printed in the console successfully according log configuration[1].
Can you please check log4j.properties file packed in your service jar. If those configurations are similar, may be configuration file gets override with a system property defined in linux. Can you check passing log4j.properties file path as below
Hi,
I have instrumented an MSF4J service with multiple log.info (xxxx) entries. When running on Mac, the log entries show in the console where I start the service. On Linux, they don't- Can't find them anywhere. What's the trick to show them on Console (or send to File) ?
Using release 2.4, with Java 1.8.0_111 on both systems.
Thanks!
The text was updated successfully, but these errors were encountered: