gwen-interpreter / gwen

Core Gwen interpreter
https://gweninterpreter.org
Apache License 2.0
36 stars 8 forks source link

Configure Custom Logging #55

Closed priyankachaturvedi30 closed 4 years ago

priyankachaturvedi30 commented 4 years ago

I tried specifying my own logging using the below in gwen.properties file: log4j.configuration={path_to_my_log4j.properties} But I am still not able to generate the logs. Am I missing something?

bjuric commented 4 years ago

I can't see your path but if you're using backslashes, try changing them to forward slashes.

bjuric commented 4 years ago

Fixed in gwen-web v2.42.1. Please close when ready @priyankachaturvedi30

priyankachaturvedi30 commented 4 years ago

This works fine in the latest Gwen-web v2.42.1. Verified.