Skip to Content
For Enterprise
For Government
For Higher Ed
For Individuals
For Marketing
For Enterprise
For Government
For Higher Ed
For Individuals
For Marketing
Explore Skills
Cloud Computing
Microsoft Azure
Amazon Web Services (AWS)
Google Cloud
Cloud Migration
Cloud Deployment
Cloud Platforms
Data Engineering
Data Warehouse
SQL
Apache Spark
Microsoft SQL Server
MySQL
Kafka
Data Lake
Streaming & Messaging
NoSQL Databases
Relational Databases
Data Science
Pandas
R
MATLAB
SAS
D3
Power BI
Tableau
Statistics
Exploratory Data Analysis
Data Visualization
AI & ML
Generative AI
Machine Learning
Artificial Intelligence (AI)
Deep Learning
Reinforcement Learning
Natural Language Processing
TensorFlow
Scikit-Learn
Hyperparameter Tuning
MLOps
Programming Languages
Java
JavaScript
Spring
Python
Go
C#
C++
C
Swift
Rust
Functional Programming
Software Architecture
Object-Oriented
Distributed Systems
Domain-Driven Design
Architectural Patterns
IT/Ops
Kubernetes
Docker
GitHub
Terraform
Continuous Delivery
Continuous Integration
Database Administration
Computer Networking
Operating Systems
IT Certifications
Security
Network Security
Application Security
Incident Response
Zero Trust Model
Disaster Recovery
Penetration Testing / Ethical Hacking
Governance
Malware
Security Architecture
Security Engineering
Security Certifications
Design
Web Design
Graphic Design
Interaction Design
Film & Video
User Experience (UX)
Design Process
Design Tools
Business
Agile
Project Management
Product Management
Marketing
Human Resources
Finance
Team Management
Business Strategy
Digital Transformation
Organizational Leadership
Soft Skills
Professional Communication
Emotional Intelligence
Presentation Skills
Innovation
Critical Thinking
Public Speaking
Collaboration
Personal Productivity
Confidence / Motivation
Features
All features
Verifiable skills
AI Academy
Courses
Certifications
Interactive learning
Live events
Superstreams
Answers
Insights reporting
Radar Blog
Buy Courses
Plans
Sign In
Try Now
O'Reilly Platform
book
Presto实战
by
Matt Fuller
,
Manfred Moser
,
Martin Traverso
March 2021
Intermediate to advanced
265 pages
6h 50m
Chinese
Posts & Telecom Press
Content preview from
Presto实战
生产环境部署
|
67
例如以下日志级别文件:
io.prestosql=INFO
io.prestosql.plugin.postgresql=DEBUG
第一行将
io.prestosql
包内的所有类(包括嵌套包,如
io.prestosql.spi.connector
和
io.prestosql.plugin.hive
)的最低日志级别设置为
INFO
。由于默认的日志级别就是
INFO
,
因此这个例子的第一行设定不会改变任何包的日志级别。将默认级别的设定放在文件中只
是为了让配置更加明显。然而,第二行设定将
PostgreSQL
连接器的日志配置覆盖为
DEBUG
级别。
一共有四个日志级别,按照详细程度从高到低排列依次是
DEBUG
、
INFO
、
WARN
和
ERROR
。本
书在讨论
Presto
故障排除等主题时,可能会参考日志设置。
在设置日志级别时,使用
DEBUG
级别可能会输出特别多的内容。请只在实际
需要排除故障的特定低级别包上设置
DEBUG
级别,以免产生大量的日志信
息,从而对系统性能产生负面影响。
启动
Presto
后,除非你在
etc/node.properties
文件中指定了其他位置,否则将在安装目录下
的
var/log
目录中看到多种日志文件。
launcher.log
此文件由启动器(参见
5.6
节)创建
,它与服务器的标准输出(
stdout
)流和标准错误
(
stderr
)流相连,包含服务器初始化时产生的一些日志信息,以及
JVM
产生的错误和
诊断信息。
server.log
这是
Presto
主要的日志文件
。如果服务器初始化失败 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial
You might also like
大数据项目管理:从规划到实现
Ted Malaska, Jonathan Seidman
数据库系统内幕
Alex Petrov
云原生:运用容器、函数计算和数据构建下一代应用
Boris Scholl, Trent Swanson, Peter Jausovec
Google系统架构解密: 构建安全可靠的系统
Heather Adkins, Betsy Beyer, Paul Blankinship, Piotr Lewandowski, Ana Oprea, Adam Stubblefield
Publisher Resources
ISBN: 9787115560056