According to http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/index.html?using-features.loggingS3.title.html , only Tomcat log entries will be logged through java.util.logging. Grails uses Log4J. How would I best bring the two together? I do not want to have ssh in the instance every time I want to see the log message.
There is a LOG4J JUL bridge.
See: https://forums.aws.amazon.com/thread.jspa?threadID=64008 for a discussion
Bridge: http://people.apache.org/~psmith/logging.apache.org/sandbox/jul-log4j-bridge
The corresponding configuration (in .properties format) is as follows:
log4j.appender.jul=org.apache.log4j.jul.JULAppender log4j.appender.jul.layout=org.apache.log4j.PatternLayout log4j.appender.jul.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n log4j.rootLogger = DEBUG, jul
Try using the various translated Config.groovy versions of this and see if it takes you anywhere.
Source: https://habr.com/ru/post/1379717/More articles:Why can't the scala compiler find an implicit parameter value / conversion when it is overloaded and has a generic param type? - scalaData Synchronization Between Database and Google Calendar - synchronizationAndroid: using resources from another project in my workspace - javaFind the differences between the two images, but * not * pixel to pixel - image-processinghttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1379716/tokenize-big-files-to-hashtable-in-java&usg=ALkJrhgqSCd9RvC86HlkBKOrbZyy7_aZjQUnchecking all checkboxes works only once with jquery - jqueryDivision of models into different classes? - pythonHow to link to the main language page for an untranslated page in django-cms? - djangoHow to get two columns float left div layout for word wrap? - htmlView size with setting navigation bar to hide using push / pop - iosAll Articles