Logo white

Peter M. Groen / FlashMQ

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 453
  • Compare
  • Branches 1
  • Tags 0
  • FlashMQ
  • logger.cpp
31 Jul, 2022
1 commit
  • Fix not being able to re-enable logging on config reload
    b03e739f
    Wiebe Cazemier authored
    2022-07-31 12:34:41 +0200  
    Browse File »

21 Nov, 2021
2 commits
  • Add 'quiet' option to log ...
    b5af42be
    This mutes all INFO and NOTICE.
    
    Also fixed the parsing of the log_subscriptions.
    Wiebe Cazemier authored
    2021-11-21 14:16:14 +0100  
    Browse File »
  • Use separate thread for writing log ...
    d105ac30
    The file IO is blocking, so we don't want that in our thread loops.
    Wiebe Cazemier authored
    2021-11-21 13:38:41 +0100  
    Browse File »

05 Jun, 2021
1 commit
  • Log the change from stdout to logfile
    98a5375a
    Wiebe Cazemier authored
    2021-06-05 12:22:56 +0200  
    Browse File »

20 Mar, 2021
8 commits
  • Add license
    60b9cd16
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Fix tests and warnings
    e00c635e
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add more log level strings
    92eac27a
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Implement the log levels
    6990c689
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add SSL support ...
    9e33ebda
    It also contains some related improvements that I needed:
    
    * Show disconnect reason
    * Fix the while condition for doing write() to avoid an unnecessary call
    * Config reloading logic
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Settings and logger stuff ...
    d55f39d1
    Also reloading of settings, which re-opens the log file.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Working auth with plugin
    462fb2ed
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Start of simple logger
    4315fb5b
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »