Skip to content

Commit

Permalink
Fix default options for jupyter.logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Apr 14, 2016
1 parent 5390b93 commit 2aa2a33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/options.r
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ getenv_default <- function(varname, default) {
#' @export
jupyter_option_defaults <- list(
jupyter.log_level = as.integer(getenv_default('JUPYTER_LOG_LEVEL', 1L)),
jupyter.log_to_file = FALSE,
jupyter.logfile = getenv_default('JUPYTER_LOGFILE', 'irkernel.log'),
jupyter.logfile = getenv_default('JUPYTER_LOGFILE'),
jupyter.pager_classes = c(
'help_files_with_topic'),
jupyter.plot_mimetypes = c(
Expand Down

0 comments on commit 2aa2a33

Please sign in to comment.