Logging
Library
Main library for java products is SLF4J.
Use in gradle like this
compile 'org.slf4j:slf4j-api:1.7.XXX'
compile 'ch.qos.logback:logback-classic:1.1.X'
Main rules in logging
- Detailed output only in TRACE level (could be checked by “isTraceEnabled”)
- Startup and shutdown - INFO
- On production INFO level for all components
Table of content:
- Home
- Prerequisites
- Developement stand provisioning
- Components
- Crawler (Spring Boot, Java)
- Message Broker (Kafka)
- Distributed file storage (Hadoop’s HDFS)
- Data warehouse (Apache Hive)
- Distributed business logic cluster (Akka, Scala)
- Distributed data processing cluster (Spark, Scala)
- Indexing/Search engine (Elasticsearch)
- REST server (Lagom, Scala)
- Service coordination (Zookeeper)
- Time-series database (monitoring data) (InfluxDB)
- Metrics collector (Telegraf)
- Monitoring visualization service (Grafana)
- Reverse proxy/load-balancer (nginx)
- Monitoring Links
- Development