--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/95efe68f-72f6-4f70-9c36-b8c17883917a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
HI,I always only have them on stdout (or journalctl as I start kafka-rest via systemd). Without configuring log4j I think that is all there is.Cheers,
On Thu, 9 Feb 2017 at 05:18 Teik Hooi Beh <th...@thbeh.com> wrote:
Hi, I have just started testing kafka-rest with schema-registry and is successful testing small data schema. Now I am testing with a bigger data schema and have been hitting 500 server error ( I am using postman for the posting). Where are the log files for kafka-rest located? I only see the kafka server logs but nothing on kafka-rest.--Please advice. Thanks in advance.RegardsBeh
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/95efe68f-72f6-4f70-9c36-b8c17883917a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Guillaume RogerSenior big data engineer & architect @ WebpowerKoolhovenstraat 1k, 3772 MT, Barneveld, Nederlandguillaume.roger@webpower.nl | +31 (0) 342 423 262
--
You received this message because you are subscribed to a topic in the Google Groups "Confluent Platform" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/confluent-platform/JTHi9ZRfaq0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/CAFPbq5WDv24gXL_D0%2B-AAR-ebb5bECZyMhx8y%2BiQC2Y%3Dvzn9dA%40mail.gmail.com.
log4j.rootLogger=INFO, stdout, kafkarestAppender
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n
log4j.appender.kafkarestAppender=org.apache.log4j.DailyRollingFileAppender
log4j.appender.kafkarestAppender.DatePattern='.'yyyy-MM-dd-HH
log4j.appender.kafkarestAppender.File=/opt/confluent-3.3.0/logs/kafkarest.log
log4j.appender.kafkarestAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.kafkarestAppender.layout.ConversionPattern=[%d] %p %m (%c)%n
log4j.logger.io.confluent=INFO
log4j.logger.org.apache=INFO
regards
--
You received this message because you are subscribed to a topic in the Google Groups "Confluent Platform" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/confluent-platform/JTHi9ZRfaq0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/76c83f71-e874-4814-abcc-7c44a0503d9c%40googlegroups.com.