log_info db db_base_dir:%s

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
log_info("xhttpcache redis_ip:%s", xConfig::GetInstance()->app.redis_ip.c_str());
   log_info("xhttpcache redis_port:%d", xConfig::GetInstance()->app.redis_port);
   log_info("xhttpcache log_filename:%s", xConfig::GetInstance()->app.log_filename.c_str());
   log_info("xhttpcache log_filesize:%lld", xConfig::GetInstance()->app.log_filesize);
   log_info("xhttpcache log_level:%s", xConfig::GetInstance()->app.log_level.c_str());
   log_info("xhttpcache run_daemonize:%d", xConfig::GetInstance()->app.run_daemonize);
   log_info("xhttpcache run_guard:%d", xConfig::GetInstance()->app.run_guard);
   log_info("xhttpcache debug:%d", xConfig::GetInstance()->app.debug);
    
 
   log_info("httpd_frontend ip:%s", xConfig::GetInstance()->frontend.ip.c_str());
   log_info("httpd_frontend port:%d", xConfig::GetInstance()->frontend.port);
   log_info("httpd_frontend threads:%d", xConfig::GetInstance()->frontend.threads);
   log_info("httpd_frontend timeout:%d", xConfig::GetInstance()->frontend.timeout);
   log_info("httpd_frontend gzip:%d", xConfig::GetInstance()->frontend.gzip);
   log_info("httpd_frontend etag:%d", xConfig::GetInstance()->frontend.etag);
   log_info("httpd_frontend etag_cache_count:%d", xConfig::GetInstance()->frontend.etag_cache_count);
   log_info("httpd_frontend etag_cache_size:%d", xConfig::GetInstance()->frontend.etag_cache_size);
   log_info("httpd_frontend pemfile:%s", xConfig::GetInstance()->frontend.pemfile.c_str());
   log_info("httpd_frontend privfile:%s", xConfig::GetInstance()->frontend.privfile.c_str());
   log_info("httpd_frontend ssl_timeout:%d", xConfig::GetInstance()->frontend.ssl_timeout);
   log_info("httpd_frontend default_index:%s", xConfig::GetInstance()->frontend.default_index.c_str());
    
 
   log_info("httpd_backend ip:%s", xConfig::GetInstance()->backend.ip.c_str());
   log_info("httpd_backend port:%d", xConfig::GetInstance()->backend.port);
   log_info("httpd_backend threads:%d", xConfig::GetInstance()->backend.threads);
   log_info("httpd_backend timeout:%d", xConfig::GetInstance()->backend.timeout);
   log_info("httpd_backend username:%s", xConfig::GetInstance()->backend.username.c_str());
   log_info("httpd_backend password:%s", xConfig::GetInstance()->backend.password.c_str());
   log_info("httpd_backend pemfile:%s", xConfig::GetInstance()->backend.pemfile.c_str());
   log_info("httpd_backend privfile:%s", xConfig::GetInstance()->backend.privfile.c_str());
   log_info("httpd_backend ssl_timeout:%d", xConfig::GetInstance()->backend.ssl_timeout);
   log_info("httpd_backend max_upload_file_size:%d", xConfig::GetInstance()->backend.max_upload_file_size);
 
   log_info("db db_base_dir:%s", xConfig::GetInstance()->db.db_base_dir.c_str());
   log_info("db create_if_missing:%d", xConfig::GetInstance()->db.create_if_missing);
   log_info("db max_open_files:%d", xConfig::GetInstance()->db.max_open_files);
   log_info("db max_file_opening_threads:%d", xConfig::GetInstance()->db.max_file_opening_threads);
   log_info("db max_total_wal_size:%zu", xConfig::GetInstance()->db.max_total_wal_size);
   log_info("db db_log_dir:%s", xConfig::GetInstance()->db.db_log_dir.c_str());
   log_info("db write_buffer_size:%zu", xConfig::GetInstance()->db.write_buffer_size);
   log_info("db compression:%d", xConfig::GetInstance()->db.compression);

  

posted on   lydstory  阅读(7)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2020-08-02 socket发送接收数据
2020-08-02 linger
2019-08-02 qt大小写字符串比较

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示