Skip to content

Commit

Permalink
Update root dir for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbueth authored Apr 11, 2023
1 parent 7b43894 commit e77bcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ args = (sys.stdout,)
class = handlers.RotatingFileHandler
level = DEBUG
formatter = simpleFormatter
args = ('data/logs/superblockify.log', 'w+', 1e6, 3)
args = ('~/data/logs/superblockify.log', 'w+', 1e6, 3)

[formatter_simpleFormatter]
format = %(asctime)s | %(levelname)8s | %(filename)s:%(lineno)d | %(message)s
format = %(asctime)s | %(levelname)8s | %(filename)s:%(lineno)d | %(message)s

0 comments on commit e77bcb6

Please sign in to comment.