Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Logging using log4J

    Isomorphic,

    We have a web application where we need to have both customized(brief) logging, which we wrote using Logger and also we need to have logs of com.isomorphic, which we see in developer console. But We have noticed that, when the file name is log4j.isc.config.xml, only isomorphic logs which we see in developer console, would come where as the customized/user written logs wont come. And if we rename log4j.isc.config.xml to log4j.xml, its the vice versa.

    Attached is the file. Please let me know how to resolve this.

    Thanks,
    Yathish
    Attached Files

    #2
    Hello Yathish,

    This file is an ordinary log4j file in log4j's documented format. It does not contain settings that would disable another subsystem's logging, but feel free to modify it using log4j documentation if you think it's involved in your problem.

    Comment

    Working...
    X