THE LOG LEVEL - 日本語 への翻訳

[ðə lɒg 'levl]
[ðə lɒg 'levl]
ログレベルを
ログのログレベルを

英語 での The log level の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Information on which files were deleted is recorded at the log level INFO. move Moves unreferenced files to the specified folder.
どのファイルを削除したかという情報はログレベルINFOで記録されます。
Information on which file was moved is recorded at the log level INFO.
どのファイルを移動したかという情報はログレベルINFOで記録されます。
Show Information on which file is to be deleted is recorded with the log level INFO.
Showどのファイルが削除対象かという情報をログレベルINFOで記録します。
Information on which files were deleted is recorded at the log level INFO.
どのファイルを削除したかという情報はログレベルINFOで記録されます。
Check the log files Enable logging and set the log level to DEBUG, then watch the log file for messages about loading plugins.
ログファイルのチェックTracでloggingを有効にし、ログレベルをDEBUGに設定し、プラグインがロードされるときのログメッセージを見て下さい。
Outside of these environment initializer files, you can also just temporarily change the log level dynamically, anywhere in your code, like this.
これらの環境初期化ファイルの外から一時的に直接コード内の任意の箇所でログレベルを下記のように、変更することができます。
The log level can be set globally(all logger instances) or for a specific package or packages.
レベルを作成できます。ログ・レベルは、グローバル(すべてのロガー・インスタンス)に設定することも、特定のパッケージ(複数可)に設定することも可能です。
The default config file sets the log level to severity"warning" for all categories of log messages by internally using the log_level method during startup.
デフォルトの構成ファイルでは、起動時にlog_levelメソッドを内部で使用して、すべてのログメッセージカテゴリーでログレベルの重大度は「警告」に設定されています。
The log level defines the minimum level of urgency required for a message to be logged, and those levels are: CRITICALLog only the most critical(typically fatal) errors.
ログレベルは出力するログメッセージの最低限のレベルを定義します。レベルには下記の種類があります:CRITICAL最も重要なエラーのみ。たいていは致命的なメッセージです。
Symfony calls the doLog() method with two parameters:$message(the message to be logged), and$priority(the log level).
Symfonyは2つのパラメーターで:$message(ロギングされるメッセージ)と$priority(ログのレベル)でdoLog()メソッドを呼び出します。
Loglevel property which controls the log level at which the Wrapper will log warnings about undefined but referenced environment variables, as well as invalid boolean or integer values.
Loglevelプロパティを追加しました。これで、警告ログのログレベルをコントロールできます。無効なboolean値やinteger値と同様に、参照された環境変数でない未定義の変数について、指定されたログレベルで警告をログ記録します。
With the four checkboxes below the big list you can decide, which events are displayed in the list. You have to press Update to see the results. If the log level of your samba is too low, you wo n't see everything.
大きなリストの下にある4つのチェックボックスは、どのイベントがリストに表示されるかを決定します。更新ボタンをクリックして設定の結果を見て下さい。ログレベルが低過ぎると、全部の結果を見ることはできません。
Check this option if you want to see the files which were opened on your computer by remote users. Note that file open/ close events are not logged unless the samba log level is set to at least 2 you cannot set the log level using this module.
リモートユーザによってあなたのシステム上で開かれたファイルを参照する場合、このオプションを有効にしてください。ファイルの「開く/閉じる」イベントは、Sambaのログレベルが2以上に設定されていないと記録されないことに注意してください(残念ながら、このモジュールではログレベルを設定することはできません)。
Check this option if you want to see the events when files opened by remote users were closed. Note that file open/ close events are not logged unless the samba log level is set to at least 2 you cannot set the log level using this module.
リモートユーザが開いたファイルが閉じられたときのイベントを参照する場合、このオプションを有効にしてください。ファイルの「開く/閉じる」イベントは、Sambaのログレベルが2以上に設定されていないと記録されないことに注意してください(残念ながら、このモジュールでログレベルを設定することはできません)。
If you are interested in who accesses your machine, and which files are accessed, you should set the log level to 2 and regularly create a new samba log file(eg; set up a cron task which once a week moves your current samba log file into another folder or something like that). Otherwise your samba log file may become very big.
もし誰があなたのマシンにアクセスしているかに関心があるなら、そしてどのファイルがアクセスされたかにも関心があるのなら、ログレベルは2に設定し、定期的にsambaログファイルを生成するようにして下さい(例えば、cronのタスクで、週一回現在のsambaログファイルを他のディレクトリに移動しさせる等)。さもなければ、ログファイルはすぐに巨大なものになってしまいます。
Samba logs its actions according to the log level(see smb. conf). If loglevel 1, samba logs only when somebody connects to your machine and when this connection is closed again. If log level 2, it logs also if somebody opens a file and if he closes the file again. If the log level is higher than 2, yet more stuff is logged..
Sambaは指定されているログレベル(smb.conf参照)にしたがって、ログを記録します。ログレベル=1のとき、sambaは誰かがあなたのマシンに接続するか、あるいは接続が切れる時だけログを記録します。ログレベル=2のとき、更に誰かがファイルをオープンしたりクローズした時ログを記録します。ログレベルが2より大きいとき、もっと多くの情報がログに記録されます。
Use the log_level method instead.
代わりにlog_levelメソッドを使用してください。
Changing the logging level from INFO to WARN greatly reduces the number of messages and makes interacting with Spark less messy.
ログレベルをINFOからWARNに変更することで、メッセージの数が大幅に減少し、Sparkの操作がスムーズになります。
Spring Boot: How can I set the logging level with application. properties?
SpringBoot:application.propertiesでどのようにログレベルを設定できますか?
Log Levels The verbosity level of logged messages can be set using the log_level option in trac. ini.
ログレベル出力するログのレベルはtrac.iniのlog_levelディレクティブで指定します。
結果: 56, 時間: 0.0371

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語