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

Resolves Internal Logging With Just Filename #898

Merged

Conversation

kevindaub
Copy link
Contributor

When setting the internal logging to just a filename, the create directories method would throw an exception because there was not a parent directory.

To resolve, we needed to check if there was any parent directories to create. If yes, then create, otherwise, continue on.

When setting the internal logging to just a filename, the
create directories method would throw an exception because
there was not a parent directory.

To resolve, we needed to check if there was any parent
directories to create.  If yes, then create, otherwise,
continue on.
@304NotModified 304NotModified added the bug Bug report / Bug fix label Sep 7, 2015
@304NotModified 304NotModified added this to the 4.2 milestone Sep 7, 2015
@304NotModified
Copy link
Member

Thanks!

304NotModified added a commit that referenced this pull request Sep 7, 2015
Resolves Internal Logging With Just Filename
@304NotModified 304NotModified merged commit c497725 into NLog:master Sep 7, 2015
@304NotModified 304NotModified modified the milestones: 4.2, 4.1.1 Sep 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report / Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants