Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic functionality appears broken. Project appears to be abandoned. #700

Open
kevinsullivan opened this issue Mar 3, 2019 · 0 comments

Comments

@kevinsullivan
Copy link

kevinsullivan commented Mar 3, 2019

I've started using easylogging. Here is my /usr/local/easylogging.conf configuration file (just below) and the code I'm using to initialize the logging systems. I can see in the debugger that easylogging is reading this file. Yet "LOG(DEBUG) << stuff" is still printing DEBUG messages on my screen when my program runs. Have I misunderstood something simple, or, as it seems, is something fundamentally broken here?

Also, it seems that this library is no longer being maintained, many pull requests are pending, there are 170+ issues, and no activity.

// C++ code
START_EASYLOGGINGPP(argc, argv);
el::Loggers::configureFromGlobal("/usr/local/easylogging.conf");

// File at path /usr/local/easylogging.conf

  • GLOBAL:
    TO_FILE = false
    FILENAME = "info.%datetime{%Y%M%d}.log"
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
  • WARNING:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
  • ERROR:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
  • FATAL:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
  • TRACE:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
    FORMAT = "%datetime{%d/%M} %func %msg"
  • DEBUG:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
  • ERROR:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
  • INFO:
    ENABLED = false
    TO_STANDARD_OUTPUT = false
    TO_STANDARD_ERROR = false
@kevinsullivan kevinsullivan changed the title Could basic level-based filtering be broken Basic functionality appears to be broken. Project abandoned? Mar 4, 2019
@kevinsullivan kevinsullivan changed the title Basic functionality appears to be broken. Project abandoned? Basic functionality appears broken. Project appears to be abandoned? Mar 4, 2019
@kevinsullivan kevinsullivan changed the title Basic functionality appears broken. Project appears to be abandoned? Basic functionality appears broken. Project appears to be abandoned. Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant