Skip to content

Commit

Permalink
change the dir of logging file
Browse files Browse the repository at this point in the history
  • Loading branch information
dongfang91 committed Nov 26, 2018
1 parent e2fdd61 commit 8e68362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnn_character_entitylibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
logger.setLevel(logging.INFO)

# create a file handler
handler = logging.FileHandler('data/logging/rnn_entity.log')
handler = logging.FileHandler('data/rnn_entity.log')
handler.setLevel(logging.INFO)

# create a logging format
Expand Down

0 comments on commit 8e68362

Please sign in to comment.