Moves log location

This commit is contained in:
LSaldyt
2017-10-09 12:53:54 -06:00
parent 27a55668be
commit 73d0721286
4 changed files with 2 additions and 12 deletions

View File

@ -49,7 +49,7 @@ class SimpleReporter(Reporter):
def main():
"""Program's main entrance point. Self-explanatory code."""
logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./copycat.log', filemode='w')
logging.basicConfig(level=logging.INFO, format='%(message)s', filename='./output/copycat.log', filemode='w')
parser = argparse.ArgumentParser()
parser.add_argument('--seed', type=int, default=None, help='Provide a deterministic seed for the RNG.')