Skip to content

logging to file in same directory as .py file #5

@thedaemoncoder

Description

@thedaemoncoder

In order to keep the log file in the same directory as the .py file, the logfile definition should read:

logging.basicConfig(filename=_dir + '/rwsheet.log', level=logging.INFO)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions