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

DDFileLogger ignores LogLevel #668

Closed
tkrex opened this issue Dec 8, 2015 · 3 comments
Closed

DDFileLogger ignores LogLevel #668

tkrex opened this issue Dec 8, 2015 · 3 comments

Comments

@tkrex
Copy link

tkrex commented Dec 8, 2015

Although i added the File Logger with the LogLevel "DDLogLevelDebug", DDLogVerbose Statements appear in my log files.

    _fileLogger = [[DDFileLogger alloc]init];
    _fileLogger.maximumFileSize =  1024 * 1024;
    _fileLogger.logFileManager.maximumNumberOfLogFiles = 1; //tells the application to keep a week's worth of log files on the system.

    [DDLog addLogger:_fileLogger withLevel:DDLogLevelDebug];

@rivera-ernesto
Copy link
Member

Looks like a duplicate of #469.

@stale
Copy link

stale bot commented Oct 10, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.

@stale stale bot added the Stale label Oct 10, 2018
@ffried
Copy link
Member

ffried commented Oct 12, 2018

Closing this. If this is still happening, please re-open.

@ffried ffried closed this as completed Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants