Skip to content

Commit

Permalink
feat: update boostrap.yaml log config (#803)
Browse files Browse the repository at this point in the history
* feat: update boostrap.yaml log config

* format file
  • Loading branch information
dobet authored Dec 4, 2023
1 parent 0f2a9c8 commit ebec740
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions conf/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,11 @@ supervisor:
username: root
password: root

logging_config:
log_name: arana.log
log_path: log
log_level: 7 #KERN_DEBUG
log_max_size: 10
log_max_backups: 5
log_max_age: 30
log_compress: false
default_log_name: arana.log
tx_log_name: tx.log
sql_log_enabled: false
sql_log_name: sql.log
physical_sql_log_name: physql.log
logging:
level: INFO
path: ~/arana/logs
max_size: 128m
max_backups: 5
max_age: 30
compress: false
console: true

0 comments on commit ebec740

Please sign in to comment.